user440485
user440485

Reputation: 797

How to open safari inside an app IPhone?


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

Answers (1)

Evan Mulawski
Evan Mulawski

Reputation: 55334

You cannot open Safari "inside" of your application, but you can use the UIWebView control to display web content:

http://developer.apple.com/library/ios/#documentation/uikit/reference/UIWebView_Class/Reference/Reference.html

Upvotes: 3

Related Questions