rolandleth / LTHPasscodeViewController

iOS 7 style Passcode Lock
MIT License
615 stars 142 forks source link

Integration of Face-Id #184

Closed krunalbhavsar closed 7 years ago

krunalbhavsar commented 7 years ago

With launch of iPhone-X, apple introduces/replaces touch-id by face-id.

Do we have the support of same feature in this framework.

Ref Link: https://developer.apple.com/documentation/localauthentication/labiometrytype

rolandleth commented 7 years ago

Hello,

I will have a look this week over the documentation. Not sure I'll also implement it, too, though.

Thanks for the suggestion!

krunalbhavsar commented 7 years ago

This, very nice lib, will become useless without face-id as it's an alternate to Touch-Id for iPhone-X, and not much hard.

Pl. consider this update as necessary and spare your valuable time for this also

Thanks...

rolandleth commented 7 years ago

In no way is this intended as being offensive, but if it's not much hard, you can always look into it yourself, open a Pull Request, and I will merge it after everything is okay.

rolandleth commented 7 years ago

Face ID will work out of the box, but I will have to update the library for new translations that should contain "Face ID" instead of always "Touch ID".

krunalbhavsar commented 7 years ago

Thank you very much for considering my request. It would be a pleasure, if I could contribute. But I'm not much proficient in Objective-C (Working on Swift since it introduced as an iOS programming lang.).

rolandleth commented 7 years ago

3.9.0 released with the required changes.