Skip to content

Commit 754d5f4

Browse files
authored
Update README.md
Added info about Touch ID and Face ID.
1 parent d1b2228 commit 754d5f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ if ([LTHPasscodeViewController doesPasscodeExist]) {
2222
```
2323
2424
* Supports simple (4 digit) and complex passcodes.
25+
* Supports Touch ID and Face ID. If you're using Face ID, be sure to add `NSFaceIDUsageDescription` to your `Info.plist`. Documentation can be found here: https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW75 (Thanks [@mgod](https://github.com/mgod) for the suggestion made in [#193](https://github.com/rolandleth/LTHPasscodeViewController/issues/193)).
2526
* Data us saved in the Keychain, by default. Supports custom saving, by calling `[LTHPasscodeViewController useKeychain:NO]` after initializing and implementing a few protocol methods (the same names the library uses for the same job):
2627
2728
```objc

0 commit comments

Comments
 (0)