Skip to content
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

How to verify if passcode was successfully entered #57

Open
bitbybitllc opened this issue Jul 3, 2016 · 1 comment
Open

How to verify if passcode was successfully entered #57

bitbybitllc opened this issue Jul 3, 2016 · 1 comment

Comments

@bitbybitllc
Copy link

I'm displaying the passcode presenter if touchID is not available and if the passcode is successfully entered I want to login to my parse database using the keychain username and password stored.

But if the passcode is not entered correctly I don't want to login using the keychain information.

After passcodeLockPresenter.presentPasscodeLock()

How do I verify if it was successfully entered or not?

@johisco
Copy link

johisco commented Aug 5, 2016

Wont this work ?

passcodeLockPresenter.passcodeLockVC.successCallback = { data in
            print(data)
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants