解决UILable显示有黑线
self.lable.layer.borderWidth = 0.2;
self.lable.layer.borderColor = [UIColor whiteColor].CGColor;