How programatically move a UIScrollView to focus in a control above keyboard
- by mamcx
I have 6 UITextFields on my UIScrollView. Now, I can scroll by user request. But when the keyboard appear, some textfields are hidden.
That is not user-friendly. How scroll programatically the view so I get sure the keyboard not hide the textfield?