Thomas Vos
1 min readDec 19, 2019

--

Hey, this is a very nice workaround but I still have some issues with the navigation bar. Instead of just a simple Text view for each tab’s content, I used a NavigationView. This works fine for the first 4 tabs. However, for tabs under More you get a double navigation bar. The top Navigation bar says “More” and the other one below it is the SwiftUI navigation bar with my own title. Do you have a workaround for this, too?

--

--