Skip to content
New issue

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

导航转场时,返回按钮文字的颜色改变 #654

Closed
RomanticEncounter opened this issue Jul 11, 2019 · 3 comments
Closed

导航转场时,返回按钮文字的颜色改变 #654

RomanticEncounter opened this issue Jul 11, 2019 · 3 comments
Labels

Comments

@RomanticEncounter
Copy link

Bug 表现
问题的具体描述
配置表开启
QMUICMI.needsBackBarButtonItemTitle = YES;
导航栏navigationBarTintColor颜色由浅转深,返回按钮的文字会立刻设置为深色

截图
image

如何重现

  1. 配置表中开启QMUICMI.needsBackBarButtonItemTitle = YES; 当前viewController的navigationBarTintColor设置为浅色,下跳ViewController的navigationBarTintColor设置为深色(例如:黑色)
    - (UIColor *)navigationBarTintColor { return UIColorBlack; }
  2. 点击跳转即可复现,返回按钮颜色更改可以根据指示器颜色更改效果保持一致

预期的表现
正常情况下,返回按钮颜色更改和指示器颜色更改效果保持一致

其他信息

  • 设备: [例如模拟器、iPhone、iPad]
  • iOS 版本: [iOS 12.x]
  • Xcode 版本: [Xcode 10.2.1]
  • QMUI 版本: [3.2.1]
@zhoon
Copy link
Collaborator

zhoon commented Jul 18, 2019

确实有这个问题,想想怎么改

@MoLice MoLice added the bug label Jul 18, 2019
@ziecho
Copy link
Collaborator

ziecho commented Aug 26, 2019

这个问题出现在 iOS 11 之后,下个版本我们会兼容。

@MoLice
Copy link
Collaborator

MoLice commented Sep 27, 2019

已发布 4.0.0 版本修复该问题。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants