0

从这篇文章中,我们可以为 UILabel 创建边框:

UILabel 边界问题和很好的答案

#import <QuartzCore/QuartzCore.h>

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

我们如何为 SKLabel 设置边框?

4

0 回答 0