File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,13 @@ WebViewJavascriptBridge is used by a range of companies and projects. This list
13
13
- [ EverTrue] ( http://www.evertrue.com/ )
14
14
- [ Game Insight] ( http://www.game-insight.com/ )
15
15
- [ Altralogica] ( http://www.altralogica.it )
16
+ - [ Sush.io] ( http://www.sush.io )
16
17
- Flutterby Labs
17
18
- JD Media's [ 鼎盛中华] ( https://itunes.apple.com/us/app/ding-sheng-zhong-hua/id537273940?mt=8 )
18
19
19
20
Are you using WebViewJavascript at your company? Add it and send us a pull request!
20
21
21
- Setup & Examples
22
+ Setup & Examples (iOS)
22
23
----------------
23
24
24
25
Just open the Xcode project and hit run to see ExampleApp run.
@@ -28,10 +29,11 @@ To use a WebViewJavascriptBridge in your own project:
28
29
1 ) Drag the ` WebViewJavascriptBridge ` folder into your project.
29
30
30
31
- In the dialog that appears, uncheck "Copy items into destination group's folder" and select "Create groups for any folders"
32
+ - Delete OSX files.
31
33
32
34
2 ) Import the header file:
33
35
34
- #import "WebViewJavascriptBridge .h"
36
+ #import "WebViewJavascriptBridge_iOS .h"
35
37
36
38
3 ) Instantiate a UIWebView and a WebViewJavascriptBridge:
37
39
You can’t perform that action at this time.
0 commit comments