PickerView
struct PickerView : View
Sort a list: Two pickers to select the method and order
For tvOS
it will be Buttons for the method instead of a picker because it might be too many items
-
The body of the View
Declaration
Swift
public var body: some View { get }