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
1313- [ EverTrue] ( http://www.evertrue.com/ )
1414- [ Game Insight] ( http://www.game-insight.com/ )
1515- [ Altralogica] ( http://www.altralogica.it )
16+ - [ Sush.io] ( http://www.sush.io )
1617- Flutterby Labs
1718- JD Media's [ 鼎盛中华] ( https://itunes.apple.com/us/app/ding-sheng-zhong-hua/id537273940?mt=8 )
1819
1920Are you using WebViewJavascript at your company? Add it and send us a pull request!
2021
21- Setup & Examples
22+ Setup & Examples (iOS)
2223----------------
2324
2425Just open the Xcode project and hit run to see ExampleApp run.
@@ -28,10 +29,11 @@ To use a WebViewJavascriptBridge in your own project:
28291 ) Drag the ` WebViewJavascriptBridge ` folder into your project.
2930
3031 - In the dialog that appears, uncheck "Copy items into destination group's folder" and select "Create groups for any folders"
32+ - Delete OSX files.
3133
32342 ) Import the header file:
3335
34- #import "WebViewJavascriptBridge .h"
36+ #import "WebViewJavascriptBridge_iOS .h"
3537
36383 ) Instantiate a UIWebView and a WebViewJavascriptBridge:
3739
You can’t perform that action at this time.
0 commit comments