We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8b16b commit df9c773Copy full SHA for df9c773
TOPasscodeViewController/Views/Shared/TOPasscodeInputField.m
@@ -167,6 +167,10 @@ - (UIKeyboardType)keyboardType { return UIKeyboardTypeASCIICapable; }
167
168
- (UITextAutocorrectionType)autocorrectionType { return UITextAutocorrectionTypeNo; }
169
170
+- (UIReturnKeyType)returnKeyType { return UIReturnKeyGo; }
171
+
172
+- (BOOL)enablesReturnKeyAutomatically { return YES; }
173
174
#pragma mark - Text Input -
175
- (void)setPasscode:(NSString *)passcode animated:(BOOL)animated
176
{
0 commit comments