Skip to content

carabina/EHHorizontalFixedWidthItemsView

 
 

Repository files navigation

EHHorizontalFixedWidthItemsView

[![CI Status](http://img.shields.io/travis/Eric Huang/EHHorizontalFixedWidthItemsView.svg?style=flat)](https://travis-ci.org/Eric Huang/EHHorizontalFixedWidthItemsView) Version License Platform

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.

Screenshots

EHHorizontalFixedWidthItemsView & EHHorizontalFixedWidthItemsSeparatorView

EHHorizontalFixedWidthItemsSelectionView

EHFixedWidthItemsSequentialSelectionView & EHRateView

EHFixedWidthItemsSingleAnimatedSelectionView & EHFixedWidthItemsSingleAnimatedSelectionSeparatorView

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, WaterFlowsEast@gmail.com

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 96.5%
  • Shell 3.1%
  • Ruby 0.4%