I have a form that the user of the app must fill in order to register to the service. However, as there are many fields that need to be filled, some of them are at the bottom of the screen, so when the keyboard appears, the field is covered and the user can't see what's typed.
I'm using a UITableView
with custom Prototype Cells
, each one has a UITextField
named textField
.