Objective-C Learning Notes - UIStepper
Base Attributes:
value;
minimumValue;
maximumValue;
stepValue;
Other Control Attributes:
continuous;//是否持续触发 UIControlEventValueChanged 事件
autorepeat;//按住的时候是否持续触发,默认是 YES
wraps;//是否在 min 和 max 之间循环,默认 NO
Base Attributes:
value;
minimumValue;
maximumValue;
stepValue;
Other Control Attributes:
continuous;//是否持续触发 UIControlEventValueChanged 事件
autorepeat;//按住的时候是否持续触发,默认是 YES
wraps;//是否在 min 和 max 之间循环,默认 NO