Skip to content

Commit

Permalink
Merge pull request #49 from venmo/daz/show_ui
Browse files Browse the repository at this point in the history
Properly display passcode view when keyboard is not present Fixes #40
  • Loading branch information
soffes committed Jun 3, 2015
2 parents bbcf131 + 18f9ef8 commit 79bb07f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ - (void)configurePasscodeView
passcodeView.characterColor = self.touchLock.appearance.passcodeViewControllerCharacterColor;
[self.view addSubview:passcodeView];
self.passcodeView = passcodeView;
self.passcodeView.frame = self.view.bounds;
}

- (void)userTappedCancel
Expand Down

0 comments on commit 79bb07f

Please sign in to comment.