Skip to content

Commit 97d5cb7

Browse files
author
Chuan Ren
committed
Enable auto capitalization on the name field
1 parent 4f0aaa5 commit 97d5cb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

EmailAuth/FirebaseEmailAuthUI/FUIPasswordSignUpViewController.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView
280280
_nameField.secureTextEntry = NO;
281281
_nameField.returnKeyType = UIReturnKeyNext;
282282
_nameField.keyboardType = UIKeyboardTypeDefault;
283+
_nameField.autocapitalizationType = UITextAutocapitalizationTypeWords;
283284
if (@available(iOS 10.0, *)) {
284285
_nameField.textContentType = UITextContentTypeName;
285286
}

0 commit comments

Comments
 (0)