Guest User

Untitled

a guest
Jul 17th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. textField.inputView = nil;
  2. [textField setKeyboardType:UIKeyboardTypeNumberPad];
  3.  
  4. [textField becomeFirstResponder];
  5. textField.keyboardType = UIKeyboardTypeNumberPad;
Add Comment
Please, Sign In to add comment