diff --git a/README.md b/README.md index 55f9104..c8bc3b4 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/SmileLock-Example/SmileLock-Example/PasswordLogin.storyboard b/SmileLock-Example/SmileLock-Example/PasswordLogin.storyboard index 961fbe7..6fb9931 100644 --- a/SmileLock-Example/SmileLock-Example/PasswordLogin.storyboard +++ b/SmileLock-Example/SmileLock-Example/PasswordLogin.storyboard @@ -1,32 +1,35 @@ - + + + + - + + + + - - - - - + - + - + + @@ -48,29 +51,30 @@ - + - + - + - - + + - - + + + @@ -81,43 +85,30 @@ - - - - - + - - - - - - - - - - - + - + - - - + + + + @@ -127,16 +118,12 @@ - + - - - - @@ -154,24 +141,14 @@ - + - - - - - - - - - - - + @@ -197,13 +174,14 @@ - + - + + - - + +