SegmentedControlPicker
public struct SegmentedControlPicker
extension SegmentedControlPicker: View
extension SegmentedControlPicker: _ViewEmptyChecking
SegmentedControlPicker
provides a segmented style Picker
with Fiori styling.
Usage
@State var selectedIndex: Int = 0
SegmentedControlPicker(options: ["Segment 1", "Segment 2", "Segment 3"], selectedIndex: $selectedIndex)
-
Undocumented
Declaration
Swift
public init(options: [AttributedString] = [], selectedIndex: Binding<Int>)
-
Undocumented
Declaration
Swift
init(_ configuration: SegmentedControlPickerConfiguration)
-
Declaration
Swift
public var body: some View { get }
-
Undocumented
Declaration
Swift
public var isEmpty: Bool { get }