IOS UIButton 文字不全,被压缩了。比如"P..y"
相关代码如下:UIButton*button=[UIButtonbuttonWithType:UIButtonTypeRoundedRect];[buttonsetTit...
相关代码如下:
UIButton *button = [UIButton buttonWithType:UIButtonTypeRoundedRect];
[button setTitle:NSLocalizedString(@"PLAY", nil) forState:UIControlStateNormal];
button.titleLabel.font = [UIFont systemFontOfSize:12.0];
[button setTintAdjustmentMode:UIViewTintAdjustmentModeAutomatic];
[button addTarget:self action:@selector(play:) forControlEvents:UIControlEventTouchUpInside]; 展开
UIButton *button = [UIButton buttonWithType:UIButtonTypeRoundedRect];
[button setTitle:NSLocalizedString(@"PLAY", nil) forState:UIControlStateNormal];
button.titleLabel.font = [UIFont systemFontOfSize:12.0];
[button setTintAdjustmentMode:UIViewTintAdjustmentModeAutomatic];
[button addTarget:self action:@selector(play:) forControlEvents:UIControlEventTouchUpInside]; 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询