static var navigation: NavigationControlGroupStyle
The navigation control group style.
Available when
Self
is NavigationControlGroupStyle
.Availability 有効性
Technology
static var automatic: AutomaticControlGroupStyle
{ get }
Self
is AutomaticControlGroupStyle
.The default control group style can vary by platform. By default, both platforms use a momentary segmented control style that’s appropriate for the environment in which it is rendered.
You can override a control group’s style. To apply the default style to a control group or to a view that contains a control group, use the control
modifier.
static var navigation: NavigationControlGroupStyle
Self
is NavigationControlGroupStyle
.