We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c5187 commit 40eda37Copy full SHA for 40eda37
README.md
@@ -48,7 +48,7 @@ To use a WebViewJavascriptBridge in your own project:
48
[bridge send:@"Well hello there"];
49
[bridge send:[NSDictionary dictionaryWithObject:@"Foo" forKey:@"Bar"]];
50
[bridge send:@"Give me a response, will you?" responseCallback:^(id responseData) {
51
- NSLog(@"ObjC got its response! %@ %@", responseData);
+ NSLog(@"ObjC got its response! %@", responseData);
52
}];
53
54
4) Finally, set up the javascript side:
0 commit comments