Custom PickerStyle

Are we not supposed to be able to make custom Picker Styles?

struct CustomPickerStyle: PickerStyle {
    static func _makeView<SelectionValue>(value: _GraphValue<_PickerValue<CustomPickerStyle, SelectionValue>>, inputs: _ViewInputs) -> _ViewOutputs where SelectionValue : Hashable {

    }

    static func _makeViewList<SelectionValue>(value: _GraphValue<_PickerValue<CustomPickerStyle, SelectionValue>>, inputs: _ViewListInputs) -> _ViewListOutputs where SelectionValue : Hashable {

    }
}
Answered by DTS Engineer in 795452022

Currently only the built-in picker styles are supported.

Please Submit an enhancement request via Feedback Assistant (https://feedbackassistant.apple.com) if you would like for Apple to consider adding support for such features.

Currently only the built-in picker styles are supported.

Please Submit an enhancement request via Feedback Assistant (https://feedbackassistant.apple.com) if you would like for Apple to consider adding support for such features.

Custom PickerStyle
 
 
Q