Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add textContentType for UITextField #383

Closed
wants to merge 1 commit into from
Closed

Add textContentType for UITextField #383

wants to merge 1 commit into from

Conversation

xuaninbox
Copy link
Contributor

  • add textContentType for UITextField to support iOS 11 QuickType keyboard

- add textContentType for UITextField to support iOS 11 QuickType keyboard
@xuaninbox xuaninbox closed this Jan 2, 2018
@@ -254,6 +254,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView
_phoneNumberField.autocapitalizationType = UITextAutocapitalizationTypeNone;
_phoneNumberField.returnKeyType = UIReturnKeyNext;
_phoneNumberField.keyboardType = UIKeyboardTypeNumberPad;
_phoneNumberField.textContentType = UITextContentTypeTelephoneNumber;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UITextContentTypeTelephoneNumber seems to be only available in iOS 10+. Should we add a check for iOS 10 here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants