1 ) set delegate to you textFields [ self .textField setDelegate: self ];
Read More
Showing posts with label keyboard. Show all posts
Showing posts with label keyboard. Show all posts
By clicking return in keyboard goes to next Textfield
- (BOOL)textFieldShouldReturn:(UITextField *)textField { if ([textField isEqual:_companyNameTextField]) { [_userNameTextField becomeFir...
Read More
keyboard settings
// Keyboard Settings - (void)registerForKeyboardNotifications { [[NSNotificationCenter defaultCenter] addObserver:self selector:@selec...
Read More
by clicking return goes to next textfield:
- (BOOL)textFieldShouldReturn:(UITextField *)textField { if ([textField isEqual:txt1]) { [txt2 becomeFirstResponder]; } return true;...
Read More
keyboard Dismiss
In viewDidLoad UITapGestureRecognizer * tap = [[ UITapGestureRecognizer alloc ] initWithTarget : self action : @selector ( dismissKey...
Read More
Subscribe to:
Posts (Atom)