Search code examples
iosobjective-cuitextfieldiqkeyboardmanager

IQKeyboardManager navigation from UITextField to UITextView


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


Solution

  • 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:

    this.

    I drag-dropped the UITextView below textfields as follows: this

    and it started working just fine.

    Hope this helps someone :)