I want to display a phone number using UILabel in my iOS app.
What are the best font settings to make the numbers look nice? I tried mono spaced but it does not feel right.
I want to display a phone number using UILabel in my iOS app.
What are the best font settings to make the numbers look nice? I tried mono spaced but it does not feel right.
You can use a UITextView
and in the inspector you can make the phone number detectable. It looks nice when it's clickable =]