Skip to content

Commit

Permalink
Merge pull request #65 from igorkulman/patch-1
Browse files Browse the repository at this point in the history
Adding info about Face ID permission to README
  • Loading branch information
liu044100 authored Oct 22, 2018
2 parents b55841f + b96a96f commit 4e8e991
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A library for make a beautiful Passcode Lock View, also support Touch ID.
- iOS 9.0+
- Swift 4 (pod version 3.x), Swift 3 (pod version 2.x), Swift 2.3 (pod version 1.x)

#What can it do for you?
# What can it do for you?


#### 1. Create a beautiful passcode lock view simply.
Expand All @@ -44,7 +44,7 @@ extension ViewController: PasswordInputCompleteProtocol {

```

#### 3. Touch ID.
#### 3. Touch ID and Face ID

Thanks for the contribution of [Piotr Sochalewski](https://github.com/sochalewski).👍

Expand All @@ -61,6 +61,10 @@ extension ViewController: PasswordInputCompleteProtocol {
```
<img src="SmileLock-Example/demo_gif/touch_id.png" width="400">

#### Face ID requirements

Using Face ID requires adding `NSFaceIDUsageDescription` to your `Info.plist` otherwise the app would crash trying to use it.

#### 4. Customize UI.

``` swift
Expand Down

0 comments on commit 4e8e991

Please sign in to comment.