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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Usage
13
13
14
14
See ExampleAppDelegate.* for example code. To use it in your own project:
15
15
16
-
1) Copy `WebViewJavascriptBridge/WebViewJavascriptBridge.h`and `WebViewJavascriptBridge/WebViewJavascriptBridge.m` into your Xcode project
16
+
1) Copy `WebViewJavascriptBridge/WebViewJavascriptBridge.h`, `WebViewJavascriptBridge/WebViewJavascriptBridge.m`and `WebViewJavascriptBridge/WebViewJavascriptBridge-template.js` into your Xcode project
17
17
18
18
2) Instantiate a UIWebView, a WebViewJavascriptBridge, and set yourself as the bridge's delegate
0 commit comments