We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug 表现 问题的具体描述 配置表开启 QMUICMI.needsBackBarButtonItemTitle = YES; 导航栏navigationBarTintColor颜色由浅转深,返回按钮的文字会立刻设置为深色
QMUICMI.needsBackBarButtonItemTitle = YES;
navigationBarTintColor
截图
如何重现
- (UIColor *)navigationBarTintColor { return UIColorBlack; }
预期的表现 正常情况下,返回按钮颜色更改和指示器颜色更改效果保持一致
其他信息
The text was updated successfully, but these errors were encountered:
确实有这个问题,想想怎么改
Sorry, something went wrong.
这个问题出现在 iOS 11 之后,下个版本我们会兼容。
已发布 4.0.0 版本修复该问题。
No branches or pull requests
Bug 表现
问题的具体描述
配置表开启
QMUICMI.needsBackBarButtonItemTitle = YES;
导航栏
navigationBarTintColor
颜色由浅转深,返回按钮的文字会立刻设置为深色截图
如何重现
QMUICMI.needsBackBarButtonItemTitle = YES;
当前viewController的navigationBarTintColor
设置为浅色,下跳ViewController的navigationBarTintColor
设置为深色(例如:黑色)- (UIColor *)navigationBarTintColor { return UIColorBlack; }
预期的表现
正常情况下,返回按钮颜色更改和指示器颜色更改效果保持一致
其他信息
The text was updated successfully, but these errors were encountered: