G guydor4 macrumors member Original poster Oct 8, 2007 44 0 Nov 7, 2009 #1 Hi, I have an UIWebView and I have a bar button item. I want the bar button item to open the UIWebView in Safari. How do I do that?
Hi, I have an UIWebView and I have a bar button item. I want the bar button item to open the UIWebView in Safari. How do I do that?
dejo Moderator emeritus Sep 2, 2004 15,982 452 The Centennial State Nov 7, 2009 #2 guydor4 said: I want the bar button item to open the UIWebView in Safari. Click to expand... You don't open a UIWebView in Safari. You open a URL.
guydor4 said: I want the bar button item to open the UIWebView in Safari. Click to expand... You don't open a UIWebView in Safari. You open a URL.
D dukeofism macrumors member Jul 22, 2009 55 0 Nov 7, 2009 #3 guydor4 said: Hi, I have an UIWebView and I have a bar button item. I want the bar button item to open the UIWebView in Safari. How do I do that? Click to expand... Why would you want the user to exit your app?
guydor4 said: Hi, I have an UIWebView and I have a bar button item. I want the bar button item to open the UIWebView in Safari. How do I do that? Click to expand... Why would you want the user to exit your app?
G guydor4 macrumors member Original poster Oct 8, 2007 44 0 Nov 8, 2009 #4 I have an UIWebView in the interface dukeofism said: Why would you want the user to exit your app? Click to expand... and I want the user to click a button then it will open the UIWebView link in Safari
I have an UIWebView in the interface dukeofism said: Why would you want the user to exit your app? Click to expand... and I want the user to click a button then it will open the UIWebView link in Safari
dejo Moderator emeritus Sep 2, 2004 15,982 452 The Centennial State Nov 8, 2009 #5 Sorry, guydor4, but that really doesn't answer dukeofism's question.