I could unhide my text field when the keyboard comes up, but the problem now is that I want the user to be able scroll in the view and see other stuff which was above the text field even when the keyboard is up. Just like you can do it in the notes application, you can scroll in the notes even when the keyboard up.
Thanks!
You have two solutions :
• Resize the frame of your scrollView with a height that’s perfectly to your keyboard.
• Change the contentOffset of your scrollView.