An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# RJCircularCollectionViewLayout

[![Version](https://img.shields.io/cocoapods/v/RJCircularCollectionViewLayout.svg?style=flat)](http://cocoapods.org/pods/RJCircularCollectionViewLayout)
[![License](https://img.shields.io/cocoapods/l/RJCircularCollectionViewLayout.svg?style=flat)](http://cocoapods.org/pods/RJCircularCollectionViewLayout)
[![Platform](https://img.shields.io/cocoapods/p/RJCircularCollectionViewLayout.svg?style=flat)](http://cocoapods.org/pods/RJCircularCollectionViewLayout)

![demo](https://raw.githubusercontent.com/rounak/RJCircularCollectionViewLayout/master/demo.gif)

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.