How to open URL from iPhone application ?
Hi, For opening a Web Link/URL from an iPhone application, follow the two simple steps. Step 1 : Create an NSURL object and initialize it with your URL string ; Step 2 : Use the openURL method by passing your NSURL object Done. 🙂