Why use JavaScriptCore in iOS7 if it can't access a UIWebView's runtime?
my app have a demand,Need to interact with the JavaScriptCore ,JavaScriptCore need client to request data and The data is returned to the JavaScriptCore,JavaScriptCore get the data before rendering the webview;
"
self.context=[self.webView valueForKeyPath:@"documentView.webView.mainFrame.javaScriptContext"];
self.context.name = @"text";
self.appClient.delegate = self;
self.context[@"appClient"] = self.appClient;
"
Metaphor, has three data request, the request completely before rendering interface, the callback unravelled, how to do
Quick return information!!!thanks