Skip to content

1.17.0

Compare
Choose a tag to compare
@testshallpass testshallpass released this 05 Aug 16:53

Add wraps feature. #11

As per Apple documentation (Wraps)

If YES, incrementing beyond maximumValue sets value to minimumValue; likewise, decrementing below minimumValue sets value to maximumValue. If NO, the stepper does not increment beyond maximumValue nor does it decrement below minimumValue but rather holds at those values. The default value for this property is NO.