Skip to content

Commit df9c773

Browse files
committed
Added more keyboard provisions
1 parent ae8b16b commit df9c773

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

TOPasscodeViewController/Views/Shared/TOPasscodeInputField.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@ - (UIKeyboardType)keyboardType { return UIKeyboardTypeASCIICapable; }
167167

168168
- (UITextAutocorrectionType)autocorrectionType { return UITextAutocorrectionTypeNo; }
169169

170+
- (UIReturnKeyType)returnKeyType { return UIReturnKeyGo; }
171+
172+
- (BOOL)enablesReturnKeyAutomatically { return YES; }
173+
170174
#pragma mark - Text Input -
171175
- (void)setPasscode:(NSString *)passcode animated:(BOOL)animated
172176
{

0 commit comments

Comments
 (0)