SettingsPickerOption

One option of a segmented settings picker.

struct SettingsPickerOption<ID> where ID : Hashable

Initializers

init(id:title:icon:)

init(id: ID, title: String, icon: String)

Creates an option.

Properties

icon

let icon: String

SF Symbol for the segment.

id

let id: ID

The option's identity value.

title

let title: String

User-visible title, sentence case.