QMUIConfiguration
@interface QMUIConfiguration : NSObject
维护项目全局 UI 配置的单例,通过业务项目自己的 QMUIConfigurationTemplate 来为这个单例赋值,而业务代码里则通过 QMUIConfigurationMacros.h 文件里的宏来使用这些值。
A singleton that contains various UI configurations. Use QMUIConfigurationTemplate
to set values; Use macros in QMUIConfigurationMacros.h
to get values.
-
标志当前项目是否有使用配置表功能
Declaration
Objective-C
@property (nonatomic, readonly) BOOL active;
Swift
var active: Bool { get }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *clearColor
Swift
var clearColor: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *whiteColor
Swift
var whiteColor: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *blackColor
Swift
var blackColor: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *grayColor
Swift
var grayColor: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *grayDarkenColor
Swift
var grayDarkenColor: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *grayLightenColor
Swift
var grayLightenColor: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *redColor
Swift
var redColor: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *greenColor
Swift
var greenColor: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *blueColor
Swift
var blueColor: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *yellowColor
Swift
var yellowColor: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *linkColor
Swift
var linkColor: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *disabledColor
Swift
var disabledColor: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *backgroundColor
Swift
var backgroundColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *maskDarkColor
Swift
var maskDarkColor: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *maskLightColor
Swift
var maskLightColor: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *separatorColor
Swift
var separatorColor: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *separatorDashedColor
Swift
var separatorDashedColor: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *placeholderColor
Swift
var placeholderColor: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *testColorRed
Swift
var testColorRed: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *testColorGreen
Swift
var testColorGreen: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *testColorBlue
Swift
var testColorBlue: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) CGFloat controlHighlightedAlpha
Swift
var controlHighlightedAlpha: CGFloat { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) CGFloat controlDisabledAlpha
Swift
var controlDisabledAlpha: CGFloat { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) CGFloat buttonHighlightedAlpha
Swift
var buttonHighlightedAlpha: CGFloat { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) CGFloat buttonDisabledAlpha
Swift
var buttonDisabledAlpha: CGFloat { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *buttonTintColor
Swift
var buttonTintColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *ghostButtonColorBlue
Swift
var ghostButtonColorBlue: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *ghostButtonColorRed
Swift
var ghostButtonColorRed: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *ghostButtonColorGreen
Swift
var ghostButtonColorGreen: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *ghostButtonColorGray
Swift
var ghostButtonColorGray: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *ghostButtonColorWhite
Swift
var ghostButtonColorWhite: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *fillButtonColorBlue
Swift
var fillButtonColorBlue: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *fillButtonColorRed
Swift
var fillButtonColorRed: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *fillButtonColorGreen
Swift
var fillButtonColorGreen: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *fillButtonColorGray
Swift
var fillButtonColorGray: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIColor *fillButtonColorWhite
Swift
var fillButtonColorWhite: UIColor { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *textFieldTextColor
Swift
var textFieldTextColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *textFieldTintColor
Swift
var textFieldTintColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) UIEdgeInsets textFieldTextInsets
Swift
var textFieldTextInsets: UIEdgeInsets { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) UIKeyboardAppearance keyboardAppearance
Swift
var keyboardAppearance: UIKeyboardAppearance { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *switchOnTintColor
Swift
var switchOnTintColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *switchOffTintColor
Swift
var switchOffTintColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *switchTintColor
Swift
var switchTintColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *switchThumbTintColor
Swift
var switchThumbTintColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIImage *switchOnImage
Swift
var switchOnImage: UIImage? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIImage *switchOffImage
Swift
var switchOffImage: UIImage? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) CGFloat navBarHighlightedAlpha
Swift
var navBarHighlightedAlpha: CGFloat { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) CGFloat navBarDisabledAlpha
Swift
var navBarDisabledAlpha: CGFloat { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIFont *navBarButtonFont
Swift
var navBarButtonFont: UIFont? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIFont *navBarButtonFontBold
Swift
var navBarButtonFontBold: UIFont? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIImage *navBarBackgroundImage
Swift
var navBarBackgroundImage: UIImage? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIImage *navBarShadowImage
Swift
var navBarShadowImage: UIImage? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *navBarShadowImageColor
Swift
var navBarShadowImageColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *navBarBarTintColor
Swift
var navBarBarTintColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) UIBarStyle navBarStyle
Swift
var navBarStyle: UIBarStyle { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *navBarTintColor
Swift
var navBarTintColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *navBarTitleColor
Swift
var navBarTitleColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIFont *navBarTitleFont
Swift
var navBarTitleFont: UIFont? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *navBarLargeTitleColor
Swift
var navBarLargeTitleColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIFont *navBarLargeTitleFont
Swift
var navBarLargeTitleFont: UIFont? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) UIOffset navBarBackButtonTitlePositionAdjustment
Swift
var navBarBackButtonTitlePositionAdjustment: UIOffset { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL sizeNavBarBackIndicatorImageAutomatically
Swift
var sizeNavBarBackIndicatorImageAutomatically: Bool { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIImage *navBarBackIndicatorImage
Swift
var navBarBackIndicatorImage: UIImage? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIImage *navBarCloseButtonImage
Swift
var navBarCloseButtonImage: UIImage { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) CGFloat navBarLoadingMarginRight
Swift
var navBarLoadingMarginRight: CGFloat { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) CGFloat navBarAccessoryViewMarginLeft
Swift
var navBarAccessoryViewMarginLeft: CGFloat { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) UIActivityIndicatorViewStyle navBarActivityIndicatorViewStyle
Swift
var navBarActivityIndicatorViewStyle: UIActivityIndicatorView.Style { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong) UIImage *navBarAccessoryViewTypeDisclosureIndicatorImage
Swift
var navBarAccessoryViewTypeDisclosureIndicatorImage: UIImage { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIImage *tabBarBackgroundImage
Swift
var tabBarBackgroundImage: UIImage? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *tabBarBarTintColor
Swift
var tabBarBarTintColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *tabBarShadowImageColor
Swift
var tabBarShadowImageColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) UIBarStyle tabBarStyle
Swift
var tabBarStyle: UIBarStyle { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIFont *tabBarItemTitleFont
Swift
var tabBarItemTitleFont: UIFont? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *tabBarItemTitleColor
Swift
var tabBarItemTitleColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *tabBarItemTitleColorSelected
Swift
var tabBarItemTitleColorSelected: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *tabBarItemImageColor
Swift
var tabBarItemImageColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *tabBarItemImageColorSelected
Swift
var tabBarItemImageColorSelected: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) CGFloat toolBarHighlightedAlpha
Swift
var toolBarHighlightedAlpha: CGFloat { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) CGFloat toolBarDisabledAlpha
Swift
var toolBarDisabledAlpha: CGFloat { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *toolBarTintColor
Swift
var toolBarTintColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *toolBarTintColorHighlighted
Swift
var toolBarTintColorHighlighted: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *toolBarTintColorDisabled
Swift
var toolBarTintColorDisabled: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIImage *toolBarBackgroundImage
Swift
var toolBarBackgroundImage: UIImage? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *toolBarBarTintColor
Swift
var toolBarBarTintColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *toolBarShadowImageColor
Swift
var toolBarShadowImageColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) UIBarStyle toolBarStyle
Swift
var toolBarStyle: UIBarStyle { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIFont *toolBarButtonFont
Swift
var toolBarButtonFont: UIFont? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIImage *searchBarTextFieldBackgroundImage
Swift
var searchBarTextFieldBackgroundImage: UIImage? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *searchBarTextFieldBorderColor
Swift
var searchBarTextFieldBorderColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIImage *searchBarBackgroundImage
Swift
var searchBarBackgroundImage: UIImage? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *searchBarTintColor
Swift
var searchBarTintColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *searchBarTextColor
Swift
var searchBarTextColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *searchBarPlaceholderColor
Swift
var searchBarPlaceholderColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIFont *searchBarFont
Swift
var searchBarFont: UIFont? { get set }
-
搜索框放大镜icon的图片,大小必须为14x14pt,否则会失真(系统的限制) The magnifier icon in search bar. Size must be 14 x 14pt to avoid being distorted.
Declaration
Objective-C
@property (nonatomic, strong, nullable) UIImage *searchBarSearchIconImage;
Swift
var searchBarSearchIconImage: UIImage? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIImage *searchBarClearIconImage
Swift
var searchBarClearIconImage: UIImage? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) CGFloat searchBarTextFieldCornerRadius
Swift
var searchBarTextFieldCornerRadius: CGFloat { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL tableViewEstimatedHeightEnabled
Swift
var tableViewEstimatedHeightEnabled: Bool { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *tableViewBackgroundColor
Swift
var tableViewBackgroundColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *tableSectionIndexColor
Swift
var tableSectionIndexColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *tableSectionIndexBackgroundColor
Swift
var tableSectionIndexBackgroundColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *tableSectionIndexTrackingBackgroundColor
Swift
var tableSectionIndexTrackingBackgroundColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *tableViewSeparatorColor
Swift
var tableViewSeparatorColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) CGFloat tableViewCellNormalHeight
Swift
var tableViewCellNormalHeight: CGFloat { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *tableViewCellTitleLabelColor
Swift
var tableViewCellTitleLabelColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *tableViewCellDetailLabelColor
Swift
var tableViewCellDetailLabelColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *tableViewCellBackgroundColor
Swift
var tableViewCellBackgroundColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *tableViewCellSelectedBackgroundColor
Swift
var tableViewCellSelectedBackgroundColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *tableViewCellWarningBackgroundColor
Swift
var tableViewCellWarningBackgroundColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIImage *tableViewCellDisclosureIndicatorImage
Swift
var tableViewCellDisclosureIndicatorImage: UIImage? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIImage *tableViewCellCheckmarkImage
Swift
var tableViewCellCheckmarkImage: UIImage? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIImage *tableViewCellDetailButtonImage
Swift
var tableViewCellDetailButtonImage: UIImage? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) CGFloat tableViewCellSpacingBetweenDetailButtonAndDisclosureIndicator
Swift
var tableViewCellSpacingBetweenDetailButtonAndDisclosureIndicator: CGFloat { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *tableViewSectionHeaderBackgroundColor
Swift
var tableViewSectionHeaderBackgroundColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *tableViewSectionFooterBackgroundColor
Swift
var tableViewSectionFooterBackgroundColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIFont *tableViewSectionHeaderFont
Swift
var tableViewSectionHeaderFont: UIFont? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIFont *tableViewSectionFooterFont
Swift
var tableViewSectionFooterFont: UIFont? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *tableViewSectionHeaderTextColor
Swift
var tableViewSectionHeaderTextColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *tableViewSectionFooterTextColor
Swift
var tableViewSectionFooterTextColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) UIEdgeInsets tableViewSectionHeaderAccessoryMargins
Swift
var tableViewSectionHeaderAccessoryMargins: UIEdgeInsets { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) UIEdgeInsets tableViewSectionFooterAccessoryMargins
Swift
var tableViewSectionFooterAccessoryMargins: UIEdgeInsets { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) UIEdgeInsets tableViewSectionHeaderContentInset
Swift
var tableViewSectionHeaderContentInset: UIEdgeInsets { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) UIEdgeInsets tableViewSectionFooterContentInset
Swift
var tableViewSectionFooterContentInset: UIEdgeInsets { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *tableViewGroupedBackgroundColor
Swift
var tableViewGroupedBackgroundColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *tableViewGroupedCellTitleLabelColor
Swift
var tableViewGroupedCellTitleLabelColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *tableViewGroupedCellDetailLabelColor
Swift
var tableViewGroupedCellDetailLabelColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *tableViewGroupedCellBackgroundColor
Swift
var tableViewGroupedCellBackgroundColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *tableViewGroupedCellSelectedBackgroundColor
Swift
var tableViewGroupedCellSelectedBackgroundColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *tableViewGroupedCellWarningBackgroundColor
Swift
var tableViewGroupedCellWarningBackgroundColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIFont *tableViewGroupedSectionHeaderFont
Swift
var tableViewGroupedSectionHeaderFont: UIFont? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIFont *tableViewGroupedSectionFooterFont
Swift
var tableViewGroupedSectionFooterFont: UIFont? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *tableViewGroupedSectionHeaderTextColor
Swift
var tableViewGroupedSectionHeaderTextColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *tableViewGroupedSectionFooterTextColor
Swift
var tableViewGroupedSectionFooterTextColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) UIEdgeInsets tableViewGroupedSectionHeaderAccessoryMargins
Swift
var tableViewGroupedSectionHeaderAccessoryMargins: UIEdgeInsets { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) UIEdgeInsets tableViewGroupedSectionFooterAccessoryMargins
Swift
var tableViewGroupedSectionFooterAccessoryMargins: UIEdgeInsets { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) CGFloat tableViewGroupedSectionHeaderDefaultHeight
Swift
var tableViewGroupedSectionHeaderDefaultHeight: CGFloat { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) CGFloat tableViewGroupedSectionFooterDefaultHeight
Swift
var tableViewGroupedSectionFooterDefaultHeight: CGFloat { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) UIEdgeInsets tableViewGroupedSectionHeaderContentInset
Swift
var tableViewGroupedSectionHeaderContentInset: UIEdgeInsets { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) UIEdgeInsets tableViewGroupedSectionFooterContentInset
Swift
var tableViewGroupedSectionFooterContentInset: UIEdgeInsets { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) CGFloat windowLevelQMUIAlertView
Swift
var windowLevelQMUIAlertView: CGFloat { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) CGFloat windowLevelQMUIConsole
Swift
var windowLevelQMUIConsole: CGFloat { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL shouldPrintDefaultLog
Swift
var shouldPrintDefaultLog: Bool { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL shouldPrintInfoLog
Swift
var shouldPrintInfoLog: Bool { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL shouldPrintWarnLog
Swift
var shouldPrintWarnLog: Bool { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL shouldPrintQMUIWarnLogToConsole
Swift
var shouldPrintQMUIWarnLogToConsole: Bool { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *badgeBackgroundColor
Swift
var badgeBackgroundColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *badgeTextColor
Swift
var badgeTextColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIFont *badgeFont
Swift
var badgeFont: UIFont? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) UIEdgeInsets badgeContentEdgeInsets
Swift
var badgeContentEdgeInsets: UIEdgeInsets { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) CGPoint badgeCenterOffset
Swift
var badgeCenterOffset: CGPoint { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) CGPoint badgeCenterOffsetLandscape
Swift
var badgeCenterOffsetLandscape: CGPoint { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, strong, nullable) UIColor *updatesIndicatorColor
Swift
var updatesIndicatorColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) CGSize updatesIndicatorSize
Swift
var updatesIndicatorSize: CGSize { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) CGPoint updatesIndicatorCenterOffset
Swift
var updatesIndicatorCenterOffset: CGPoint { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) CGPoint updatesIndicatorCenterOffsetLandscape
Swift
var updatesIndicatorCenterOffsetLandscape: CGPoint { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL automaticCustomNavigationBarTransitionStyle
Swift
var automaticCustomNavigationBarTransitionStyle: Bool { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) UIInterfaceOrientationMask supportedOrientationMask
Swift
var supportedOrientationMask: UIInterfaceOrientationMask { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL automaticallyRotateDeviceOrientation
Swift
var automaticallyRotateDeviceOrientation: Bool { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL statusbarStyleLightInitially
Swift
var statusbarStyleLightInitially: Bool { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL needsBackBarButtonItemTitle
Swift
var needsBackBarButtonItemTitle: Bool { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL hidesBottomBarWhenPushedInitially
Swift
var hidesBottomBarWhenPushedInitially: Bool { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL preventConcurrentNavigationControllerTransitions
Swift
var preventConcurrentNavigationControllerTransitions: Bool { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL navigationBarHiddenInitially
Swift
var navigationBarHiddenInitially: Bool { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL shouldFixTabBarTransitionBugInIPhoneX
Swift
var shouldFixTabBarTransitionBugInIPhoneX: Bool { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL shouldFixTabBarButtonBugForAll
Swift
var shouldFixTabBarButtonBugForAll: Bool { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL shouldFixTabBarSafeAreaInsetsBug
Swift
var shouldFixTabBarSafeAreaInsetsBug: Bool { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL shouldFixSearchBarMaskViewLayoutBug
Swift
var shouldFixSearchBarMaskViewLayoutBug: Bool { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL sendAnalyticsToQMUITeam
Swift
var sendAnalyticsToQMUITeam: Bool { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL dynamicPreferredValueForIPad
Swift
var dynamicPreferredValueForIPad: Bool { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL ignoreKVCAccessProhibited
Swift
var ignoreKVCAccessProhibited: Bool { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) BOOL adjustScrollIndicatorInsetsByContentInsetAdjustment
Swift
var adjustScrollIndicatorInsetsByContentInsetAdjustment: Bool { get set }
-
单例对象 The singleton instance
Declaration
Objective-C
+ (instancetype _Nullable)sharedInstance;
Swift
class func sharedInstance() -> Self?
-
Undocumented
Declaration
Objective-C
- (void)applyInitialTemplate;
Swift
func applyInitialTemplate()