SwiftPasscodeLock icon indicating copy to clipboard operation
SwiftPasscodeLock copied to clipboard

An iOS passcode lock with TouchID authentication written in Swift.

Results 27 SwiftPasscodeLock issues
Sort by recently updated
recently updated
newest added

Hey guys. First, thanks for forking and reviving this project. While the documentation could use some improvement, I really like this component and it's a shame the original maintainer has...

- Handling of IncorrectPasscodeAttempts - Exponential backoff after a failed PIN entry

Hi I have an app that requires the user to authenticate against a server with user credentials before accessing the app. I am using a combination of Pin and/or TouchId...

https://github.com/velikanov/SwiftPasscodeLock/blob/master/PasscodeLock/Protocols/PasscodeLockStateType.swift#L18 https://github.com/velikanov/SwiftPasscodeLock/blob/master/PasscodeLock/Protocols/PasscodeLockConfigurationType.swift#L17 `maximumInccorectPasscodeAttempts` should be `maximumIncorrectPasscodeAttempts` https://github.com/velikanov/SwiftPasscodeLock/blob/master/PasscodeLock/PasscodeLockViewController.swift#L228 `animatePlacehodlerAtIndex` should be `animatePlaceholderAtIndex` --- unfortunately, fixing this will break backward compatibility in the case when users have created their own States or...

bug

How will we deal with the landscape view? Now it looks just not-so-good…

bug
help wanted
question

Migrated issue (https://github.com/yankodimitrov/SwiftPasscodeLock/issues/28) @karlml commented on Nov 17 > It would be great to see this implemented with keychain @waltermvp commented 25 days ago > @yankodimitrov I have a implementation...

enhancement
migrated