标签: swiftui
我有一个带有标题的Section,即使Section没有子视图,也显示了它。如果Section没有任何子视图,如何自动隐藏呢?
Section
Section(header: Text("Header")) { // No child views }