tags:

views:

44

answers:

2

Is it possible to open a URL

https://domain.com

with my application without it going to safari?

+4  A: 

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

Jason Jenkins
A: 

Yes, add a UIWebView to your project.

dc