Search code examples
iosiphoneswiftiqkeyboardmanager

How to skip hidden a UITextField with IQKeyboardManager?


How can I skip a hidden UITextField when using IQKeyboardManager? Currently when I press the next arrow, it goes through every text field. And how to make the keyboard's next button go to the next text field?


Solution

  • Please uncheck enable for hidden field and also place hidden field end of the list in story board.