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

[Question] How to implement PasscodeLockTypeDelegate? #52

Open
noelportugal opened this issue May 24, 2016 · 1 comment
Open

[Question] How to implement PasscodeLockTypeDelegate? #52

noelportugal opened this issue May 24, 2016 · 1 comment

Comments

@noelportugal
Copy link

I want to know when passcodeLockDidSucceed happens. I tried adding PasscodeLockTypeDelegate to my viewController, but for some reason none of these delegate functions are being triggered:

func passcodeLockDidSucceed(lock: PasscodeLockType)
func passcodeLockDidFail(lock: PasscodeLockType)
func passcodeLockDidChangeState(lock: PasscodeLockType)
func passcodeLock(lock: PasscodeLockType, addedSignAtIndex index: Int)
func passcodeLock(lock: PasscodeLockType, removedSignAtIndex index: Int)
@noelportugal
Copy link
Author

BTW, I'm not calling passcodeLockPresenter.presentPasscodeLock() from my AppDelegate, instead I'm using the PasscodeLock to set/unset a preference when I click a button.

@noelportugal noelportugal changed the title How to implement PasscodeLockTypeDelegate? [Question] How to implement PasscodeLockTypeDelegate? May 24, 2016
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

1 participant