I have a controller with UIWebview. I want to load a web page with address bar and navigation bar like safari on my webview.
I use this method:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.google.com"]];
but it always displays on safari browser.
How can I put a safari on my webview with address bar and navigation bar?
1 Answer