iphone - i should able to launch url when button pressed with using ib -


I think there may be alternatives like launch URLs in IB

Can someone answer this If u know,

something like that?

  - Press the (IBAction) button {NSDRL * URL = [NSD URL URL string: @ "http://www.url.com"]; [[UIApplication shared application] Open URL: URL]; }  

Comments