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.