Skip to content

Commit

Permalink
Merge pull request #45 from nam-dh/update_iphone_x
Browse files Browse the repository at this point in the history
Fix display in iPhone X for example project
  • Loading branch information
liu044100 authored Mar 19, 2018
2 parents aa40630 + de05685 commit fffc390
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 70 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A library for make a beautiful Passcode Lock View, also support Touch ID.

``` swift
let kPasswordDigit = 6
passwordContainerView = PasswordContainerView.createWithDigit(kPasswordDigit)
passwordContainerView = PasswordContainerView.create(withDigit: kPasswordDigit)
```

#### 2. Passcode input completed delegate callback.
Expand Down
Loading

0 comments on commit fffc390

Please sign in to comment.