- Improved doc
- Updated Podfile usage code
- Fixed bug on slider's frame size depending on cells' side
- Added gif screenshot in README
- Added comments in code
- Cleaned duplicated files
- Added
direction
attribute to specify slider direction ( Horizontal / Vertical ) - Added
cellsSide
attribute to specify cells side ( Top / Bottom / Left / Right) - Added
trackThickness
attribute to specify the track thickness cellWidth
andcellHeight
are now part of the public API to let users decide the cells' width & height- Slider is now redrawn when attributes change
- Re-structured build as a framework seperated from the demo
- Fixed cells shape: no more overlapping if both on same values
- First working release