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,298
  • 9
  • 49
  • 87

0 Answers0