Reputation: 797
I want to open Safari inside an app in Iphone.
like there is a NavigationController & its view has safari in it.
how can i do this??
Any help???
Upvotes: 1
Views: 864
Reputation: 55334
You cannot open Safari "inside" of your application, but you can use the UIWebView control to display web content:
Upvotes: 3