Search code examples
iphoneobjective-curluilabel

How to make URL/Phone-clickable UILabel?


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


Solution

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