velikanov / SwiftPasscodeLock

An iOS passcode lock with TouchID authentication written in Swift.
MIT License
199 stars 52 forks source link

Udpate passcode view on viewWillAppear #16

Closed ziogaschr closed 8 years ago

ziogaschr commented 8 years ago

In our app we are giving an option so as user can toggle on/off the isTouchIDAllowed in the implementation of PasscodeLockConfigurationType.

So if the user changes the switch the PasscodeLockViewController will not update its view if it is already loaded.

I can't think of any implications to Apps that already implemented the lib.