afshin-hoseini / afshin-hoseini/LimberTabbar.iOS
Tabbar position not work in iOS 14
オープン
- 主要言語
- Swift
- スター
- 54
- フォーク
- 10
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。