ios-UISwitch常用属性设置

2016-12-07  本文已影响481人  IMKel
// 设置switch开关默认为开
        [notificationSwitch setOn:YES];
        // 设置switch开关打开时显示的颜色
        notificationSwitch.onTintColor = [UIColor colorWithHexString:@"#1A9FF7"];
        // 设置关闭状态是,边边线条的颜色,也是关闭时过渡动画的颜色
        notificationSwitch.tintColor = [UIColor colorWithHexString:@"#1A9FF7"];
上一篇下一篇

猜你喜欢

热点阅读