Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Leth committed Aug 14, 2014
2 parents 7b99971 + b3c1660 commit c7e9e57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LTHPasscodeViewController/LTHPasscodeViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ - (void)viewDidLoad {
_passcodeTextField.delegate = self;
_passcodeTextField.secureTextEntry = YES;
_passcodeTextField.translatesAutoresizingMaskIntoConstraints = NO;
[_passcodeTextField becomeFirstResponder];

[self.view setNeedsUpdateConstraints];
}
Expand All @@ -273,6 +272,8 @@ - (void)viewDidLoad {
- (void)viewDidAppear:(BOOL)animated {
[super viewDidAppear:animated];
// NSLog(@"layout %@", [self.view performSelector:@selector(recursiveDescription)]);
[_passcodeTextField becomeFirstResponder];

}


Expand Down

0 comments on commit c7e9e57

Please sign in to comment.