In my iPhone app, I require to show the hyperlink to a website
How can I add hyperlink for a website in iPhone programming?.
Actually i want to pass the lin
Drag a textView in your View Controller and select it's attribute inspector:
Run your project. You can see link in View Controller. Click on link, that will take you to safari and open a new tab on it.