Search code examples
iosswiftuitextfieldiqkeyboardmanager

IQkeyboardmanager issue with order


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


Solution

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

    enter image description here