How to click a button in an iphone app and link to a site

I am developing an iphone application in a view based project (but not in navigation), however I would like to click on a button in this application and be able to link to the site, anyone can give me some hint on how to make the transistor view

0


source to share


1 answer


See this question and answer . Short version:



[someUIApplication openURL:[[NSURL alloc] initWithString: @"http://www.yahoo.com"]]

      

+1


source







All Articles