How to make URL/Phone-clickable UILabel?

Rob picture Rob · May 21, 2012 · Viewed 100.6k times · Source

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

Answer

Basel picture Basel · May 21, 2012

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