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

自定义返回按钮点击返回或滑动返回,返回按钮重叠 #737

Closed
Steven-Yung opened this issue Sep 29, 2019 · 3 comments
Closed
Labels

Comments

@Steven-Yung
Copy link

Bug 表现
自定义返回按钮点击返回或滑动返回,返回过程中按钮出现重影

截图
WechatIMG29362

如何重现

  1. UIBarButtonItem *item = [UIBarButtonItem qmui_backItemWithTarget:self action:@selector(handleBackButtonEvent:)];
    self.navigationItem.leftBarButtonItem = item;
  2. 点击返回按钮或滑动返回

预期的表现
返回过程中无重影现象

其他信息

  • 设备: iPhone
  • iOS 版本: [iOS 12.x]
  • Xcode 版本: [Xcode 10.x]
  • QMUI 版本: [3.2.1]
@TheLittleBoy
Copy link

建议你试试最新的4.0.0版本

@MoLice
Copy link
Collaborator

MoLice commented Sep 29, 2019

这是已知问题,待解决。

@MoLice MoLice added the bug label Sep 29, 2019
@MoLice
Copy link
Collaborator

MoLice commented Oct 12, 2019

已发布 4.0.2 修复 iOS 12 及以下的问题,iOS 13 某些场景下依然可能有问题,这个后续版本再修复。

@MoLice MoLice closed this as completed Oct 12, 2019
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

3 participants