_match.textColor = [UIColor redColor];
_match.layer.borderColor = [[UIColor redColor] CGColor];
_match.layer.borderWidth = 1.0;
_match.layer.masksToBounds = YES;
_match.layer.cornerRadius = 3;
时间: 2025-01-14 01:48:41
_match.textColor = [UIColor redColor];
_match.layer.borderColor = [[UIColor redColor] CGColor];
_match.layer.borderWidth = 1.0;
_match.layer.masksToBounds = YES;
_match.layer.cornerRadius = 3;