- fix bugs
- create ibinspectable properties
- make selection view IBDesignable
- fix swift3 issue
- remove unused files
- alternative color for non selected cells
- cell customizing via
- (EHHorizontalViewCell * _Nullable)selectionView:(EHHorizontalSelectionView * _Nonnull)selectionView cellForItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
- xib in podspec fix
- text color customization
- fix issues
- updated documentation
- Fix shadow color issue
- Fix example project structure
- Customization for chosen selection view
- Documentation
- Added pods
- Initial version
- 3 default cell styles for selection view
- colors, fonts customisation
- support custom cell via "-registerCellWithClass:" and "registerCellNib:withClass:" methods