SwiftUI Tabbar disappears when List touches Tabbar – Ios swift
I'm trying to create a List from a TabView using SwiftUI. But when the List touches the tabbar, the tabbar becomes transparent. If I use ".frame" to limit the size of the List so that the List doesn't touch the…