UITableViewCell(QMUI_Styled)

@interface UITableViewCell (QMUI_Styled)

/// 按照 QMUI 配置表的值来将 cell 设置为全局统一的样式
- (void)qmui_styledAsQMUITableViewCell;

@property(nonatomic, strong, readonly, nullable) UIColor *qmui_styledTextLabelColor;
@property(nonatomic, strong, readonly, nullable) UIColor *qmui_styledDetailTextLabelColor;
@property(nonatomic, strong, readonly, nullable) UIColor *qmui_styledBackgroundColor;
@property(nonatomic, strong, readonly, nullable) UIColor *qmui_styledSelectedBackgroundColor;
@property(nonatomic, strong, readonly, nullable) UIColor *qmui_styledWarningBackgroundColor;
@end

Undocumented

  • 按照 QMUI 配置表的值来将 cell 设置为全局统一的样式

    Declaration

    Objective-C

    - (void)qmui_styledAsQMUITableViewCell;

    Swift

    func qmui_styledAsQMUITableViewCell()
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, strong, readonly, nullable) UIColor *qmui_styledTextLabelColor

    Swift

    var qmui_styledTextLabelColor: UIColor? { get }
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, strong, readonly, nullable) UIColor *qmui_styledDetailTextLabelColor

    Swift

    var qmui_styledDetailTextLabelColor: UIColor? { get }
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, strong, readonly, nullable) UIColor *qmui_styledBackgroundColor

    Swift

    var qmui_styledBackgroundColor: UIColor? { get }
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, strong, readonly, nullable) UIColor *qmui_styledSelectedBackgroundColor

    Swift

    var qmui_styledSelectedBackgroundColor: UIColor? { get }
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, strong, readonly, nullable) UIColor *qmui_styledWarningBackgroundColor

    Swift

    var qmui_styledWarningBackgroundColor: UIColor? { get }