I am a complete beginner with iOS (started yesterday). I am trying too create a simple register page with text boxes and labels.
I have done this with a UITable view - which looks pretty decent for a first attempt.
However, I am facing an issue where the bottom values on my form are hidden by the keyboard. Even after I changed the Return Key to next (i assume this should send the cursor and the focus to the next column?)
Can someone offer some advise on how this can be solved? The below screen shot shows phone number field is hidden and my submit button :(