0

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

issac
  • 1,501
  • 6
  • 22
  • 29

1 Answers1

1

See This question & answer. Short version:

[someUIApplication openURL:[[NSURL alloc] initWithString: @"http://www.yahoo.com"]]
Community
  • 1
  • 1
Olie
  • 24,597
  • 18
  • 99
  • 131