3

I am using IQKeyBoardManager in my project, when the first text field is selected and next is pressed it skips my email text field and goes to the text field after email. How can I arrange the order in which the IQKeyBoardManager moves from text field to text field. enter image description here

enter image description here

hg56
  • 185
  • 1
  • 3
  • 16
  • 1
    https://stackoverflow.com/questions/27648402/iqkeyboardmanager-navigation-from-uitextfield-to-uitextview – Claudio Jan 09 '18 at 23:44

1 Answers1

6

Set hierarchy inside Document outline of storyboard in Xcode what ever hierarchy you want like below image:---

enter image description here

V D Purohit
  • 1,179
  • 1
  • 10
  • 23