S-T-R-E-G-A
S-T-R-E-G-A

Reputation: 277

Custom URL Launching

Is it possible to open a URL

https://domain.com

with my application without it going to safari?

Upvotes: 1

Views: 212

Answers (2)

dc.
dc.

Reputation: 1429

Yes, add a UIWebView to your project.

Upvotes: -1

Jason Jenkins
Jason Jenkins

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

Related Questions