EHHorizontalFixedWidthItemsView 1.0.1

EHHorizontalFixedWidthItemsView 1.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jan 2017

Maintained by Eric Huang.




  • By
  • Eric Huang

Summary

EHHorizontalFixedWidthItemsView: a view which arranges same-size item views one by one horizontally.

EHHorizontalFixedWidthItemsSeparatorView: EHHorizontalFixedWidthItemsView + separator lines.

EHHorizontalFixedWidthItemsSelectionView: selection version of EHHorizontalFixedWidthItemsView, you can single-select or multiple-select.

EHFixedWidthItemsSequentialSelectionView: sequentail selection version of EHHorizontalFixedWidthItemsView.

EHRateView: image version of EHFixedWidthItemsSequentialSelectionView.

EHFixedWidthItemsSingleAnimatedSelectionView: a view which arranges same-size item views one by one horizontally, when you select one item, it automatically unselect the previous selected one with animation.

EHFixedWidthItemsSingleAnimatedSelectionSeparatorView: EHFixedWidthItemsSingleAnimatedSelectionView + separator lines.

EHHorizontalFixedWidthItemsTrackView: a view which arranges same-size item views one by one horizontally and has a track on the bottom. when you select one item, the track will slide to the selected one with animation.

Screenshots

EHHorizontalFixedWidthItemsView & EHHorizontalFixedWidthItemsSeparatorView

EHHorizontalFixedWidthItemsSelectionView

EHFixedWidthItemsSequentialSelectionView & EHRateView

EHFixedWidthItemsSingleAnimatedSelectionView & EHFixedWidthItemsSingleAnimatedSelectionSeparatorView

EHHorizontalFixedWidthItemsTrackView

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

iOS 7.0+

Installation

EHHorizontalFixedWidthItemsView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "EHHorizontalFixedWidthItemsView"

Author

Eric Huang, [email protected]

License

EHHorizontalFixedWidthItemsView is available under the MIT license. See the LICENSE file for more info.