Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. - (void)webViewDidFinishLoad:(UIWebView *)webView{
  2. NSString *string = [NSString stringWithFormat:@"document.body.style.zoom = %@;", [UIFont fontWithName:centuryGothicBold size:5]];
  3. [self.longNewsWebView stringByEvaluatingJavaScriptFromString:string];
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement