-
-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dismiss passcode view #68
Comments
I'm also looking for a way to dismiss this. Did you find one? |
No solutions here? Can not understand how you can use this in productive code with no way of dismissing the lock screen... |
I don't really see a scenario where you want to close the lock screen without having a correct passcode entered, which is why I didn't add any methods for it. You can make |
I had a use for this. When the delegate methods @orschaef to get this working I added
to the Also for my need I had to comment out these observers, I think that may have been for my separate TouchID implementation though.
|
Hmm, that's true :) I will add that in the next version. |
Added in 3.3.2. |
Is there a way to dismiss the lock screen? I haven't found any method and calling dismissViewControllerAnimated dismisses the view controller that presented the lock screen. Cancel button is a bit useless If no way to dismiss the lock screen?
The text was updated successfully, but these errors were encountered: