- (BOOL)textFieldShouldReturn:(UITextField *)textField { if ([textField isEqual:_companyNameTextField]) { [_userNameTextField becomeFir...
Read More
Showing posts with label return. Show all posts
Showing posts with label return. Show all posts
by clicking return goes to next textfield:
- (BOOL)textFieldShouldReturn:(UITextField *)textField { if ([textField isEqual:txt1]) { [txt2 becomeFirstResponder]; } return true;...
Read More
Subscribe to:
Posts (Atom)