Skip to content

Commit

Permalink
Made keyboard appear with form view control instead of right after
Browse files Browse the repository at this point in the history
  • Loading branch information
John Flanagan authored and John Flanagan committed Jun 18, 2011
1 parent 0beb343 commit b72e5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MiniKeePass/FormViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ - (void)dealloc {
[super dealloc];
}

- (void)viewDidAppear:(BOOL)animated {
- (void)viewWillAppear:(BOOL)animated {
UITextField *textField = [controls objectAtIndex:0];
[textField becomeFirstResponder];
}
Expand Down

0 comments on commit b72e5b7

Please sign in to comment.