IQKeyboardManager navigation from UITextField to UITextView

十年热恋 提交于 2019-12-13 12:16:54

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!