Skip to content

Commit

Permalink
拼写
Browse files Browse the repository at this point in the history
  • Loading branch information
MoLice committed Dec 8, 2019
1 parent 08b875d commit c11dfdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QMUIConfigurationTemplate/QMUIConfigurationTemplate.m
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ - (void)applyConfigurationTemplate {

#pragma mark - UISwitch
QMUICMI.switchOnTintColor = nil; // SwitchOnTintColor : UISwitch 打开时的背景色(除了圆点外的其他颜色)
QMUICMI.switchOffTintColor = nil; // switchOffTintColor : UISwitch 关闭时的背景色(除了圆点外的其他颜色)
QMUICMI.switchOffTintColor = nil; // SwitchOffTintColor : UISwitch 关闭时的背景色(除了圆点外的其他颜色)
QMUICMI.switchTintColor = nil; // SwitchTintColor : UISwitch 关闭时的周围边框颜色
QMUICMI.switchThumbTintColor = nil; // SwitchThumbTintColor : UISwitch 中间的操控圆点的颜色

Expand Down

0 comments on commit c11dfdc

Please sign in to comment.