Post

Replies

Boosts

Views

Activity

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 { } }
Topic: UI Frameworks SubTopic: SwiftUI
2
0
1.2k
Jul ’24