Use numeric pad for verifiation code entry

No need for special phone characters like: *, -, +

// FREEBIE
pull/1/head
Michael Kirk 7 years ago
parent 7fb8b493f1
commit 6b0eb7f9b5

@ -139,7 +139,7 @@ NSString *const kCompletedRegistrationSegue = @"CompletedRegistration";
@"Text field placeholder for SMS verification code during registration");
_challengeTextField.font = [UIFont ows_lightFontWithSize:21.f];
_challengeTextField.textAlignment = NSTextAlignmentCenter;
_challengeTextField.keyboardType = UIKeyboardTypePhonePad;
_challengeTextField.keyboardType = UIKeyboardTypeNumberPad;
_challengeTextField.delegate = self;
[self.view addSubview:_challengeTextField];
[_challengeTextField autoPinWidthToSuperviewWithMargin:kHMargin];

Loading…
Cancel
Save