acotilla91 / MultiCollectionView

UICollectionView capable of scrolling in both directions, vertically and horizontally.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, acotilla91@gmail.com

License

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

About

UICollectionView capable of scrolling in both directions, vertically and horizontally.

License:MIT License


Languages

Language:Swift 96.3%Language:Ruby 3.7%