forkingdog / FDFullscreenPopGesture

A UINavigationController's category to enable fullscreen pop gesture with iOS7+ system style.
MIT License
5.89k stars 1.15k forks source link

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

Open ieliwb opened 5 years ago

ieliwb commented 5 years ago

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

liangb123 commented 5 years ago

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

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

ieliwb commented 5 years ago

[[UITabBar appearance] setTranslucent:NO];

谢谢