iOS Keyboard - Capitalise 'done' button

后端 未结 2 1657
离开以前
离开以前 2021-01-21 21:25

I am using \'UIKeyboardTypeDefault\' keyboard type for my UITextfields.

The done button for the keyboard appears in lowercase as \'done\'. Is there anyway to make this a

2条回答
  •  南方客
    南方客 (楼主)
    2021-01-21 22:01

    You can try using the POD - > IQKeyboardManagerSwift LINK -->

    pod 'IQKeyboardManagerSwift', :git => 'https://github.com/hackiftekhar/IQKeyboardManager.git'

    This is very useful pod for handling stuff for keyboard

提交回复
热议问题