Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

wheelerw

macrumors member
Original poster
Jun 6, 2007
43
0
Hi,
I am currently working on a simple UITableView app. In each table there will be a web link. I am trying to get it so that a user can just click the weblink and it will open Safari to that weblink. Any idea how to implement this? Thanks everybody.
 
I would suggest having the link open up in a webView inside your app instead (transferring to Safari would mean your app is no longer running.) How would you do this? In the didSelectRowAtIndexPath delegate method, push a new view controller (a UIWebView or subclass) onto the nav stack.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.