We have an app with a UITabBarController. On visionOS it is automatically shown as an ornament (as expected).
However, we would like to temporarily hide it in some situations.
Is it possible to hide/show the ornament representation of the UITabBarController's tab bar?
On visionOS 2.0 you can use the new setTabBarHidden(_:animated:)
method.