Open a link in safari without closing the app?
If my user presses a button to send an em开发者_运维百科ail, it opens a new email message inside my app and then when they press send or cancel, returns them to where they were. How can i allow them to do this same thing with pressing a button to send them to a webpage in safari, then back again?
Use a webView instead if you want the user to stay within your app.
You implement your own browser (which is actually not hard to do).
One thing to keep in mind, though, is that if you include a browser your app will have a rating of 17+, limiting your market somewhat.
精彩评论