-1

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.

funkenstrahlen
  • 3,032
  • 2
  • 28
  • 40

1 Answers1

0

You can use a UITextView and in the inspector you can make the phone number detectable. It looks nice when it's clickable =]

congsun
  • 144
  • 5