Tabs Hiding ToolBarTitleMenu on iPad...

Anyone run into this situation?

I am using a TabView for iOS App and also decided to use a ToolbarTitleMenu on a couple of the Main views.

Everything works as expected on iPhone versions of the App because the tabs are displayed along the bottom.

However on iPad they are "floating" in the top middle of the screen and therefore completely obscure the ToolBarTitleMenu selector.

Is there a way to get around this? I am surprised that Apple would have a standard control that does not work well on these two devices. Of course I can do a compiler #IF but would like to know if there is something I am missing here.

BTW Google gave me a workaround to this but with a caveat that it may not work long term.

I put this modifier on my tabView and the tabs now appear along the bottom on iPad as well.

.environment(.horizontalSizeClass, .compact)

Tabs Hiding ToolBarTitleMenu on iPad...
 
 
Q