https://github.com/rounak/rjcircularcollectionviewlayout
A custom collection view layout to lay cells in a circular fashion
https://github.com/rounak/rjcircularcollectionviewlayout
swift uicollectionviewlayout
Last synced: 8 months ago
JSON representation
A custom collection view layout to lay cells in a circular fashion
- Host: GitHub
- URL: https://github.com/rounak/rjcircularcollectionviewlayout
- Owner: rounak
- License: mit
- Created: 2015-11-28T23:59:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-29T00:16:05.000Z (over 10 years ago)
- Last Synced: 2025-10-03T23:23:10.689Z (9 months ago)
- Topics: swift, uicollectionviewlayout
- Language: Shell
- Homepage:
- Size: 5.22 MB
- Stars: 43
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RJCircularCollectionViewLayout
[](http://cocoapods.org/pods/RJCircularCollectionViewLayout)
[](http://cocoapods.org/pods/RJCircularCollectionViewLayout)
[](http://cocoapods.org/pods/RJCircularCollectionViewLayout)

For a detailed explaination of how the layout works under the hood, visit [raywenderlich.com](http://www.raywenderlich.com/107687/uicollectionview-custom-layout-tutorial-spinning-wheel).
## Usage
To run the example project, clone the repo, and run `pod install` from the Example directory first.
This still isn't quite ready for production use, and is meant to be experimental.
## Installation
RJCircularCollectionViewLayout is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod "RJCircularCollectionViewLayout"
```
## Author
Rounak Jain.
Follow me on Twitter [@r0unak](https://twitter.com/r0unak)
## License
RJCircularCollectionViewLayout is available under the MIT license. See the LICENSE file for more info.