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: ABWebView.podspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
5
5
s.version='0.1'
6
6
s.summary='This is web view controller which can be used for loading URL using WKWebView.'
7
7
s.description=<<-DESC
8
-
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.
8
+
A utility control which is using fast WKWebView in replacement of UIWebView which is introduced in iOS8. Just set URL to load and it will do the rest. Very easy to implement. This is very useful when loading 'Terms of Services' OR 'Privacy Policy' web pages.
Copy file name to clipboardExpand all lines: README.md
+5-13Lines changed: 5 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
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.
2
+
A utility control which is using fast WKWebView in replacement of UIWebView which is introduced in iOS8. Just set URL to load and it will do the rest. Very easy to implement. This is very useful when loading 'Terms of Services' OR 'Privacy Policy' web pages.
## Adding ABPasscodeViewController to your project
13
+
## Adding ABWebViewController to your project
14
14
15
15
### METHOD 1:
16
16
1. Add a pod entry for `ABWebView` to your Podfile
@@ -28,21 +28,13 @@ pod 'ABWebView', '~> 0.1'
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/ABWebView/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/ABWebViewController/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.
33
33
34
34
35
35
## Usage
36
36
37
-
Create instance variable of PhotoPicker in your view controller and push in navigation controller.
0 commit comments