SwiftUI show/hide sections – Photoshop
Im trying to build a nested layers menu, like Sketch or Photoshop. Bellow is what I did so far, using VStack with Sections to Group layers. import SwiftUI struct NestedList: View { var body: some View { ScrollView { VStack…