实现效果
代码
_bLabel.layer.cornerRadius = 4.;//边框圆角大小
_bLabel.layer.masksToBounds = YES;
_bLabel.layer.borderColor = [UIColor colorWithRed:0.98 green:0.61 blue:0.21 alpha:1].CGColor;//边框颜色
_bLabel.layer.borderWidth = 1;//边框宽度