PashaN
PashaN

Reputation: 454

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?

Upvotes: 2

Views: 599

Answers (1)

Matloob Hasnain
Matloob Hasnain

Reputation: 1037

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

Upvotes: 1

Related Questions