LimberTabbar.iOS icon indicating copy to clipboard operation
LimberTabbar.iOS copied to clipboard

Tabbar position not work in iOS 14

Open dacare911 opened this issue 3 years ago • 1 comments

Hi. First of all, thanks for made LimberTabbar.iOS.

in iOS 14, tabbar position not work.

code self.tabBarController?.tabBar.frame.origin.y = UIScreen.main.bounds.size.height

iOS 13 and older, tabbar will move to y. But iOS 14 not work.

==== addition code UIView.animate(withDuration: 0.3) { self.tabBarController?.tabBar.frame.origin.y = UIScreen.main.bounds.size.height }

iOS 13 and older, tabbar will move to y with animation. iOS 14, tabbar pop to middle of screen and move to bottom with animation.

This occur with sample project too.

dacare911 avatar Sep 28 '20 09:09 dacare911

any update about this issues

mohamedrhussein avatar Aug 25 '21 13:08 mohamedrhussein