UISwitch(QMUI)

@interface UISwitch (QMUI)

/// 用于设置 UISwitch 关闭时的背景色(除了圆点外的其他颜色)
@property(nonatomic, strong) UIColor *qmui_offTintColor;

@end

Undocumented

  • 用于设置 UISwitch 关闭时的背景色(除了圆点外的其他颜色)

    Declaration

    Objective-C

    @property (nonatomic, strong) UIColor *_Nonnull qmui_offTintColor;

    Swift

    var qmui_offTintColor: UIColor { get set }