Primary Registration Page - iOS

I am starting to start with iOS (started yesterday). I am also trying to create a simple registration page with text fields and shortcuts.

I did this with a UITable view, which looks pretty decent for the first try.

However, I ran into a problem when the bottom values ​​in my form are hidden by the keyboard. Even after I changed the return key to the next (I suppose this should send the cursor and focus to the next column?)

Can someone offer some tips on how this can be resolved? In the screenshot below, the phone number field is displayed, and my submit button is: (

enter image description here

0
source share
1 answer

TPKeyboardAvoidingTableView UITableview .

TPKeyboardAvoidingTableView .

.h

#import "TPKeyboardAvoidingTableView.h"

tableview

@property(nonatomic,retain) IBOutlet TPKeyboardAvoidingTableView *TableViewRate;

UITableview TPKeyboardAvoidingTableView, .

enter image description here

textfiled, Keyborad. .

+2

All Articles