borisovodov / TreePicker

SwiftUI tree picker for selecting options from hierarchical data.
https://swiftpackageindex.com/borisovodov/TreePicker
MIT License
2 stars 0 forks source link

Create labeled content view for macOS #3

Closed borisovodov closed 4 months ago

borisovodov commented 5 months ago

On iOS, iPadOS and visionOS LabeledContent work right from the box.

LabeledContent {
    self.selectedOptions
} label: {
    self.label
}

Therefore, it's necessary to create an analogue of this view on macOS.