We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
any update about this issues
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: