MultiCollectionView 1.0.2

MultiCollectionView 1.0.2

Maintained by Alejandro Cotilla.



MultiCollectionView

Version License Platform

MultiCollectionView allows for multidirectional scrolling (horizontal and vertical scrolling), similar to Netflix and most other media consumption apps out there.

Example

Demo

To run the example project, clone the repo, and run pod install from the Example directory first.

Usage

MultiCollectionView can be used almost exactly like a UICollectionView instance, except for a few naming differences and delegate methods. See the example app for more details on how to setup and use MultiCollectionView.

Installation

CocoaPods

MultiCollectionView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'MultiCollectionView'

Manual

Just drag the MultiCollectionView/Classes folder into your project.

Author

acotilla91, [email protected]

License

MultiCollectionView is available under the MIT license. See the LICENSE file for more info.