tabBar.isHidden = true
results in a broken popup bar
#565
-
Hello |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hello,
From the video, I see you are hiding the tab bar when pushing another controller, and unhiding when popping the controller. You should use |
Beta Was this translation helpful? Give feedback.
-
Hello |
Beta Was this translation helpful? Give feedback.
-
Please note that in iOS 18, Apple has introduced a new |
Beta Was this translation helpful? Give feedback.
Please note that in iOS 18, Apple has introduced a new
UITabBarController.setTabBarHidden(_:animated:)
method. This method will be supported by the framework in due time.