Guest User

Untitled

a guest
Jan 19th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. -(BOOL)textFieldShouldReturn:(UITextField *)textField
  2. {
  3. [textField setKeyboardType:UIKeyboardTypeNumbersAndPunctuation];
  4.  
  5. return YES;
  6. }
  7.  
  8. -(BOOL)textFieldShouldReturn:(UITextField *)textField
  9. {
  10. [textField setKeyboardType:UIKeyboardTypeNumbersAndPunctuation];
  11. [textField reloadInputViews];
  12. return YES;
  13. }
  14.  
  15. -(BOOL)textFieldShouldReturn:(UITextField *)textField
  16. {
  17. [textField setKeyboardType:UIKeyboardTypeNumbersAndPunctuation];
  18. [textField reloadInputViews];
  19. return YES;
  20. }
Add Comment
Please, Sign In to add comment