Currently I have an UI designed that consists of two simple text fields for resetting password. In my viewm, I haven't used the UIScrollView
. So when the UI displays on an iPhone SE, the UI should move up as the UITextField
gets hidden behind the keyboard.
To avoid this, I am using a famous library:
https://github.com/hackiftekhar/IQKeyboardManager
But still when my UI comes it is not moving up.