iOS Developer Library

Developer

iOS 7 Design Resources UIKit User Interface Catalog

Download PDF

Stepper

Stepper Attributes Inspector Reference

image: ../Art/uistepper_attributes_inspector.pdf

Value

image: ../Art/uistepper_attributes_inspector_group-value.pdf

Minimum

The minimum value of the stepper.

Access: minimumValue.

Maximum

The maximum value of the stepper.

Access: maximumValue.

Current

The value of the stepper.

Access: value.

Step

The amount by which the stepper increments or decrements its value.

Access: stepValue.

Behavior

image: ../Art/uistepper_attributes_inspector_group-behavior.pdf

Autorepeat

Whether the stepper keeps incrementing or decrementing its value while either of its buttons is held down.

Selection

Method

Argument

image: ../Art/user_interface_checkbox-unselected.pdf Unselected

autorepeat

NO

image: ../Art/user_interface_checkbox-selected.pdf Selected

autorepeat

YES

Continuous

Whether the stepper continuously sends update events as either of its buttons is held down.

In continuous updates the stepper sends update events as the user holds the button. In noncontinuous updates the stepper sends one update event when the user releases the button.

Selection

Method

Argument

image: ../Art/user_interface_checkbox-unselected.pdf Unselected

continuous

NO

image: ../Art/user_interface_checkbox-selected.pdf Selected

continuous

YES

Wraps

Whether the stepper wraps around the minimum and maximum values.

Selection

Method

Argument

image: ../Art/user_interface_checkbox-unselected.pdf Unselected

wraps

NO

image: ../Art/user_interface_checkbox-selected.pdf Selected

wraps

YES