Latest | 1.0.0 |
---|---|
Homepage | https://github.com/waterflowseast/EHPageItemsView |
License | MIT |
Platforms | ios 7.0 |
Dependencies | EHItemViewCommon |
Authors |
[](https://travis-ci.org/Eric Huang/EHPageItemsView)
Summary
EHPageItemsView: a view which arranges same-size item views page by page.
EHPageItemsSelectionView: selection version of EHPageItemsView, you can single-select or multiple-select
Screenshots
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
iOS 7.0+
Installation
EHPageItemsView is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "EHPageItemsView"
Author
Eric Huang, [email protected]
License
EHPageItemsView is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "EHPageItemsView", "version": "1.0.0", "summary": "a view which arranges same-size item views page by page.", "description": "EHPageItemsView: a view which arranges same-size item views page by page.nEHPageItemsSelectionView: selection version of EHPageItemsView, you can single-select or multiple-select", "homepage": "https://github.com/waterflowseast/EHPageItemsView", "screenshots": [ "https://github.com/waterflowseast/EHPageItemsView/raw/master/screenshots/1.png", "https://github.com/waterflowseast/EHPageItemsView/raw/master/screenshots/2.png", "https://github.com/waterflowseast/EHPageItemsView/raw/master/screenshots/3.png", "https://github.com/waterflowseast/EHPageItemsView/raw/master/screenshots/4.png", "https://github.com/waterflowseast/EHPageItemsView/raw/master/screenshots/5.png" ], "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Eric Huang": "[email protected]" }, "source": { "git": "https://github.com/waterflowseast/EHPageItemsView.git", "tag": "1.0.0" }, "platforms": { "ios": "7.0" }, "source_files": "EHPageItemsView/Classes/**/*", "dependencies": { "EHItemViewCommon": [ "~> 1.0.0" ] } }
Fri, 24 Feb 2017 20:20:09 +0000