Enumeration: UISegmentedControlSegment

Overview

Constants for specifying a segment in a control

Constant Summary

UISegmentedControlSegmentAny

Specifies any segment.available in ios 5.0 and later.declared in uisegmentedcontrol.h.

UISegmentedControlSegmentLeft

The capped, leftmost segment.only applies when numsegments > 1.available in ios 5.0 and later.declared in uisegmentedcontrol.h.

UISegmentedControlSegmentCenter

Any segment between the left and rightmost segments.only applies when numsegments > 2.available in ios 5.0 and later.declared in uisegmentedcontrol.h.

UISegmentedControlSegmentRight

The capped,rightmost segment. .only applies when numsegments > 1.available in ios 5.0 and later.declared in uisegmentedcontrol.h.

UISegmentedControlSegmentAlone

The standalone segment, capped on both ends. only applies when numsegments = 1.available in ios 5.0 and later.declared in uisegmentedcontrol.h.