统一设置UIButton样式

来源:互联网 发布:淘宝店铺经营技巧 编辑:程序博客网 时间:2024/06/06 00:11

统一设置UIButton样式

by 伍雪颖


[[UIButton appearance] setTintColor:[UIColor darkTextColor]];
[UIButton appearance].titleLabel.font = [UIFont systemFontOfSize:14];

0 0
原创粉丝点击