Enumeration: UISegmentedControlStyle

Overview

The styles of the segmented control.

Constant Summary

UISegmentedControlStylePlain

The large plain style for segmented controls. this style is the default.available in ios 2.0 and later.declared in uisegmentedcontrol.h.

UISegmentedControlStyleBordered

The large bordered style for segmented controls.available in ios 2.0 and later.declared in uisegmentedcontrol.h.

UISegmentedControlStyleBar

The small toolbar style for segmented controls. segmented controls in this style can have a tint color (see tintcolor).available in ios 2.0 and later.declared in uisegmentedcontrol.h.

UISegmentedControlStyleBezeled

The large bezeled style for segmented controls. segmented controls in this style can have a tint color (see tintcolor).available in ios 4.0 and later.declared in uisegmentedcontrol.h.