How to make URL/Phone-clickable UILabel?

iphone, objective-c, uilabel, url

Solution

You can use a `UITextView` and select Detection for Links, Phone Numbers and other things in the inspector.

Problem

I want to create a clickable label on my app leading me to a Safari webpage. I also want the user to be able to phone the numbers only by clicking on them ? Thanks for your advices

Original source

Related problems