Latest | 1.0.0 |
---|---|
Homepage | https://github.com/waterflowseast/EHCollectionViewFixedInteritemSpacingLayout |
License | MIT |
Platforms | ios 7.0 |
Authors |
[](https://travis-ci.org/Eric Huang/EHCollectionViewFixedInteritemSpacingLayout)
Summary
A UICollectionViewFlowLayout with fixed interitem spacing.
you just need to set its minimumInteritemSpacing to your fixed interitem spacing.
Screenshots
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
iOS 7.0+
Installation
EHCollectionViewFixedInteritemSpacingLayout is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "EHCollectionViewFixedInteritemSpacingLayout"
Author
Eric Huang, [email protected]
License
EHCollectionViewFixedInteritemSpacingLayout is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "EHCollectionViewFixedInteritemSpacingLayout", "version": "1.0.0", "summary": "A UICollectionViewFlowLayout with fixed interitem spacing.", "homepage": "https://github.com/waterflowseast/EHCollectionViewFixedInteritemSpacingLayout", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Eric Huang": "[email protected]" }, "source": { "git": "https://github.com/waterflowseast/EHCollectionViewFixedInteritemSpacingLayout.git", "tag": "1.0.0" }, "platforms": { "ios": "7.0" }, "source_files": "EHCollectionViewFixedInteritemSpacingLayout/Classes/**/*" }
Wed, 08 Feb 2017 15:40:03 +0000