You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-22Lines changed: 8 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
# ABPasscode
2
-
A utility control with built in functionality of pass code view that takes inputs in the form secure entry from user. To get the call back methods, you must implement it’s delegate methods to get the code, when user finish entering the passcode.
1
+
# ABWebView
2
+
A utility control which is using fast WKWebView which is introduced in iOS8. Just set URL to load and it will do the rest. Very easy to implement.
@@ -13,22 +13,22 @@ A utility control with built in functionality of pass code view that takes input
13
13
## Adding ABPasscodeViewController to your project
14
14
15
15
### METHOD 1:
16
-
1. Add a pod entry for `ABPasscode` to your Podfile
16
+
1. Add a pod entry for `ABWebView` to your Podfile
17
17
18
18
```ruby
19
19
source 'https://github.com/CocoaPods/Specs.git'
20
20
platform :ios, '8.0'
21
21
use_frameworks!
22
22
23
-
pod 'ABPasscode', '~> 0.1'
23
+
pod 'ABWebView', '~> 0.1'
24
24
```
25
25
26
26
2. Install the pod(s) by running `pod install`.
27
27
28
28
### MEHTOD 2: (Source files)
29
29
Alternatively, you can directly add all files under the folder Core to your project.
30
30
31
-
1. Download the [latest code version](https://github.com/asifbilal786/ABPasscodeViewController/archive/master.zip) or add the repository as a git submodule to your git-tracked project.
31
+
1. Download the [latest code version](https://github.com/asifbilal786/ABWebView/archive/master.zip) or add the repository as a git submodule to your git-tracked project.
32
32
2. Open your Xcode project, then drag and drop source directory onto your project. Make sure to select Copy items when asked if you extracted the code archive outside of your project.
0 commit comments