0

From this post we can create borders for UILabel:

UILabel Border Question and great answer

#import <QuartzCore/QuartzCore.h>

myLabel.layer.borderColor = [UIColor greenColor].CGColor; 
myLabel.layer.borderWidth = 3.0;

How do we set the border for SKLabel?

Community
  • 1
  • 1
user1872384
  • 6,626
  • 10
  • 54
  • 96

0 Answers0