问题
IQKeyboardManager
provides arrows in a toolbar just above my keyboard to jump from one UITextField
to another but I am looking if I can jump between a mixture of UITextFields
and UITextViews
. I know the normal procedure to accomplish this task but I am interested to know if this is possible through IQKeyboardManager
.
Link to IQKeyboardManager
回答1:
If I have my textview below in layers to the textfield but at the bottom in the xib then this problem arises. Check the following:
.I drag-dropped the UITextView
below textfields as follows:
and it started working just fine.
Hope this helps someone :)
来源:https://stackoverflow.com/questions/27648402/iqkeyboardmanager-navigation-from-uitextfield-to-uitextview