How to use Javascript in UIWebView?
Could you guys recommend me some bo开发者_Python百科oks or live examples of implementing Javascript in UIWebView or Objective-C? I’m a beginner.
Use this method to use JavaScript on a UIWebView :
- (NSString *)stringByEvaluatingJavaScriptFromString:(NSString *)script
You can read more here.
精彩评论