Skip to content

Commit

Permalink
Use keyboard suitable for email addresses for dropbox email field
Browse files Browse the repository at this point in the history
  • Loading branch information
richard committed Aug 8, 2010
1 parent 18e8957 commit aec000f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Settings/SettingsController.m
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
[newLabel addTarget:self action:@selector(dropboxEmailChanged:) forControlEvents:(UIControlEventEditingDidEnd | UIControlEventEditingDidEnd)];
[newLabel setDelegate:self];
[newLabel setTag:2];
[newLabel setKeyboardType:UIKeyboardTypeEmailAddress];
[[cell textLabel] setText:@"Email"];
newLabel.text = [[Settings instance] dropboxEmail];
break;
Expand Down

0 comments on commit aec000f

Please sign in to comment.