Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realestate-com-au/persectionlayout
Custom collection view layout
https://github.com/realestate-com-au/persectionlayout
Last synced: about 2 months ago
JSON representation
Custom collection view layout
- Host: GitHub
- URL: https://github.com/realestate-com-au/persectionlayout
- Owner: realestate-com-au
- License: mit
- Created: 2014-04-05T03:14:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-03T00:51:08.000Z (over 9 years ago)
- Last Synced: 2023-04-13T04:02:24.103Z (over 1 year ago)
- Language: Objective-C
- Size: 4.95 MB
- Stars: 2
- Watchers: 16
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PerSectionLayout
[![Build Status](https://travis-ci.org/realestate-com-au/PerSectionLayout.svg?branch=master)](https://travis-ci.org/realestate-com-au/PerSectionLayout)
Custom collection view layout, inspired by PSTCollectionView and RTFlowLayout (https://github.com/radianttap/RTFlowLayout)
## Setup
PerSectionLayout uses *cocoapods* to manage the iOS dependencies and *xcpretty* to make the output of the command line *xcodebuild* readable. There is a *Gemfile* with the ruby dependencies for bundler to use.
* `cd PerSectionLayout`
* `bundle install`
* `make update`
* `make test`