美文网首页
UISwitch 设置颜色和大小

UISwitch 设置颜色和大小

作者: 彗星来的那一夜 | 来源:发表于2016-11-01 15:44 被阅读368次

// 显示的颜色
_switch0.onTintColor = [UIColor colorWithRed:0.984 green:0.478 blue:0.224 alpha:1.000];
// 控件大小,不能设置frame,设置UISwitch的frame大小不管用,只能用缩放比例,
_switch0.transform = CGAffineTransformMakeScale(0.75, 0.75);

相关文章

网友评论

      本文标题:UISwitch 设置颜色和大小

      本文链接:https://www.haomeiwen.com/subject/gipmuttx.html