afshin-hoseini / afshin-hoseini/LimberTabbar.iOS

Tabbar position not work in iOS 14

オープン
#13 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。