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

UITabBarController push到新页面,再手势返回, 底部的tabbar怎么抖动错位呢 #186

Open
ieliwb opened this issue Nov 5, 2018 · 2 comments

Comments

@ieliwb
Copy link

ieliwb commented Nov 5, 2018

RT,求救,最新iOS 12.1系统,
self.hidesBottomBarWhenPushed = YES; 时候出现

@liangb123
Copy link

RT,求救,最新iOS 12.1系统,
self.hidesBottomBarWhenPushed = YES; 时候出现

这是IOS12.1的问题。 跟FD没有关系。
我没有使用FD,也出现了这个问题。
设置为不透明就行了。
[[UITabBar appearance] setTranslucent:NO];

@ieliwb
Copy link
Author

ieliwb commented Nov 9, 2018

[[UITabBar appearance] setTranslucent:NO];

谢谢

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

No branches or pull requests

2 participants