I am using a storyboard, to create a View on which the user can enter data, like creating a contact.
I have tried placing some UITextField
s on a view, but this way, I have the problem that there will be no scrolling when the iPhone is showing the keyboard at the bottom.
I hope someone can give me some hints about which controls I have to use to create a data entry form like the one for entering contacts in the iPhone.