yankodimitrov / SwiftPasscodeLock

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

Support both passcode and TouchID at the same time like iphone passcode lockscreen #74

Open manhcuong27 opened 7 years ago

manhcuong27 commented 7 years ago

Hello,

Just wonder if this possible, it is a bit annoy when every time user open app, a touchID pop up appear

Thanks.

ziogaschr commented 7 years ago

Yes, it is possible. I don't remember if I have added this in the following PR https://github.com/velikanov/SwiftPasscodeLock/pull/27 as an example.

I don't have time at the moment to check, but if not, ping me and I will try to give you some code or at least some directions.

vadimvitvickiy commented 7 years ago

Hello, I'm interested in this solution too