Skip to content

warchimede/RangeSlider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RangeSlider

Summary

A simple range slider made in Swift.

Screenshot

Use

This control uses the target-action pattern for change notifications.

In order to be notified when either thumb value changes, register for .ValueChanged: let rangeSlider = RangeSlider(frame: frame) rangeSlider.addTarget(self, action: "rangeSliderValueChanged:", forControlEvents: .ValueChanged)

License

This control was made available under the MIT License

If you use it and like it, let me know: @sgwilly

About

A simple range slider made in Swift

Resources

License

Stars

Watchers

Forks

Packages

No packages published