Reputation: 1501
i am developing a iphone application in a view-based project,(not navigation) however i would like to click on a button in that application and able to link to a website,anyone can give me some hint how to make the view being transistion
Upvotes: 0
Views: 404
Reputation: 24675
See This question & answer. Short version:
[someUIApplication openURL:[[NSURL alloc] initWithString: @"http://www.yahoo.com"]]
Upvotes: 1