1

I was wondering if there was a way to add an outline to a piece of text like a UILabel.

How can I make this happen? I've tried text.layer.borderWidth but that only creates a box around the label frame. I want the outline to be around the individual characters in the label.

Thanks for your time.

Luke
  • 9,512
  • 15
  • 82
  • 146
mrprogrammer
  • 87
  • 2
  • 10

1 Answers1

1

Take a look at those two posts, I think they could help you:

How do I make UILabel display outlined text?

How do you stroke the outside of an NSAttributedString?

Community
  • 1
  • 1
Eyal
  • 10,777
  • 18
  • 78
  • 130