Oliver Xia
Results
2
comments of
Oliver Xia
```swift stepper.addTarget(self, action: "valueChanged:", forControlEvents: .ValueChanged) func valueChanged(sender: SnappingStepper) { stepper.thumbText = "\(stepper.value.rounded())" } ```
you can subclass from SliderViewController