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

Tabbar position not work in iOS 14 #13

Open
dacare911 opened this issue Sep 28, 2020 · 1 comment
Open

Tabbar position not work in iOS 14 #13

dacare911 opened this issue Sep 28, 2020 · 1 comment

Comments

@dacare911
Copy link

dacare911 commented Sep 28, 2020

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.

@mohamedrhussein
Copy link

any update about this issues

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