从这篇文章中,我们可以为 UILabel 创建边框:
#import <QuartzCore/QuartzCore.h>
myLabel.layer.borderColor = [UIColor greenColor].CGColor;
myLabel.layer.borderWidth = 3.0;
我们如何为 SKLabel 设置边框?
从这篇文章中,我们可以为 UILabel 创建边框:
#import <QuartzCore/QuartzCore.h>
myLabel.layer.borderColor = [UIColor greenColor].CGColor;
myLabel.layer.borderWidth = 3.0;
我们如何为 SKLabel 设置边框?