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.