Reputation: 277
Is it possible to open a URL
with my application without it going to safari?
Upvotes: 1
Views: 212
Reputation: 5382
Yes, you can use a UIWebView to embed a browser in your application. See the docs at: http://developer.apple.com/iphone/library/documentation/uikit/reference/UIWebView_Class/Reference/Reference.html
Upvotes: 3