Guest User

Untitled

a guest
Oct 20th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. - (void)webViewDidFinishLoad:(UIWebView *)webView
  2. {
  3. NSString* title = [webView stringByEvaluatingJavaScriptFromString:@"document.title"];
  4. self.navBar.topItem.title = title;
  5. }
Add Comment
Please, Sign In to add comment