-
Notifications
You must be signed in to change notification settings - Fork 104
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
请问继承了YPNavigationController的导航控制器应该怎么处理全屏滑动返回呢 #59
Comments
没有修改,你自己设置 |
然后我在这个项目发现他也遇到了这个问题,并且得到了解决方案,猜测或许是因为你也进行了类似的修改。 |
你直接继承 UINavigationController 正常吗?
…On Wed, Mar 24, 2021 at 2:08 PM Ssiswent ***@***.***> wrote:
然后我在这个项目发现他也遇到了这个问题,并且得到了解决方案,猜测或许是因为你也进行了类似的修改。
Tencent/QMUI_iOS#920
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#59 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAK5UDPCSTFCK23EWBLADWTTFF6XHANCNFSM4ZWSCXOQ>
.
|
或者说有没有什么其他方法可以做到全屏优化返回呢 |
https://github.com/yiplee/YPNavigationBarTransition/blob/master/YPNavigationBarTransition/YPNavigationController.m#L39
主要是这一行,把这个 delegate 设置成了当前 navigation controller
…On Wed, Mar 24, 2021 at 2:22 PM Ssiswent ***@***.***> wrote:
或者说有没有什么其他方法可以做到全屏优化返回呢
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#59 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAK5UDKQZZQBWPD23CCPGUDTFGAMBANCNFSM4ZWSCXOQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
使用原生的方式会闪退:
BaseNavigationController handleNavigationTransition:]: unrecognized selector sent to instance 0x105027200"
是否是因为这个框架修改了
UINavigationController.interactivePopGestureRecognizer.delegate
的值呢是的话请问是哪个值呢,谢谢
The text was updated successfully, but these errors were encountered: