yankodimitrov / SwiftPasscodeLock

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

Suggestion #28

Closed karlml closed 8 years ago

karlml commented 8 years ago

It would be great to see this implemented with keychain

waltermvp commented 8 years ago

@yankodimitrov I have a implementation already done. Should I send a PR?

tobhae-dev commented 8 years ago

Can you please implement the secure splash view in this new version?

waltermvp commented 8 years ago

What secure splash screen?

tobhae-dev commented 8 years ago

When the taskmanager in iOS is called and the content of the app is blurred out. In a previous version this was implemented by adding a "splashview". So was it called in code.

waltermvp commented 8 years ago

@twofish187 please create a new issue this is a unrelated topic

yankodimitrov commented 8 years ago

To make the library versatile there should be no default implementation of the PasscodeRepositoryType protocol. It should be left as an implementation detail for the given application.