-
Notifications
You must be signed in to change notification settings - Fork 66
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
A little problem for custom back button #4
Comments
Probably this is fixed by 834617d ? |
因为是自定义按钮 所以不会调用- (BOOL)navigationBar:(UINavigationBar *)navigationBar shouldPopItem:(UINavigationItem *)item 所以你的框架就没有用了 |
I had the same issue this was the solution for me. If you customized the back button globally like this:
Then you should add this in :
Can you confirm that this works for you ? |
If custom back button is used, pressing back button may cause redisplay of default back button(iOS 8.1, iPhone6). So for this case, "subview.alpha = 1.;" is not necessary.
The text was updated successfully, but these errors were encountered: