Skip to content

Commit ec330e4

Browse files
committed
废弃配置表里的宏 NavBarTintColorHighlighted 和 NavBarTintColorDisabled
1 parent 0cd9cf5 commit ec330e4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

qmuidemo/Modules/Common/Configuration/QMUIConfigurationTemplate.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ + (void)setupConfigurationTemplate {
106106
QMUICMI.navBarShadowImage = [UIImage new]; // NavBarShadowImage
107107
//- QMUICMI.navBarBarTintColor = nil; // NavBarBarTintColor
108108
QMUICMI.navBarTintColor = UIColorWhite; // NavBarTintColor
109-
//- QMUICMI.navBarTintColorHighlighted = [NavBarTintColor colorWithAlphaComponent:NavBarHighlightedAlpha]; // NavBarTintColorHighlighted
110-
//- QMUICMI.navBarTintColorDisabled = [NavBarTintColor colorWithAlphaComponent:NavBarDisabledAlpha]; // NavBarTintColorDisabled
111109
QMUICMI.navBarTitleColor = NavBarTintColor; // NavBarTitleColor
112110
//- QMUICMI.navBarTitleFont = UIFontBoldMake(17); // NavBarTitleFont
113111
//- QMUICMI.navBarBackButtonTitlePositionAdjustment = UIOffsetZero; // NavBarBarBackButtonTitlePositionAdjustment

0 commit comments

Comments
 (0)