SwiftUI Tabbed App does not work for More options

I was hoping that the options under the More button in a SwiftUI TabView app would be fixed in Xcode 11 GM. Unfortunately it still does not work!

  1. Tapping a More button option shows nothing under portrait device orientation. However, in landscape orientation when all my 7 tab bar items are visible the More options show their views.
  2. Other views in landscape orientation do not show until I swipe right to reveal it. Selecting an option does not completely show the view on right hand side.
  3. The default ContentView auto generated for a Tabbed App still shows the old code with selection @State var tags. No need for those any more. No need for VStack since it is the default. Why wasn't it updated to reflect the clean code in Xcode 11 GM?


It seems to me that the Tabbed App is still work-in-progress. Why? It used to work very well under the UIKit! Tabbed apps are very commonly used and I am shocked that it does not work!

Replies

I hope you've mentioned this to Apple in a feedback.

with more than 5 tabs, I can’t even click on the more button. @Apple, when are you going to fix this? This issue is around for almost a year now. People are working around this a lot but we need a stable fix!