Advertisement
priore

UIWebView asynchronous javascript call

Jun 19th, 2013
963
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //
  2. // UIWebView asynchronous javascript call
  3. //
  4. // javascript function
  5. NSString *javascriptString = @"my_function();";
  6. // allocated UIWebView
  7. [webView performSelectorOnMainThread:@selector(stringByEvaluatingJavaScriptFromString:) withObject:javascriptString waitUntilDone:NO]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement