MultiColumnLayout
is an implementation of a UICollectionViewLayout
to support multiple columns, and distribute elements accordingly.
There is currently an Example project that you can have a look at.
MultiColumnLayout is available through CocoaPods.
To install it with Cocoapods, add the following line to your Podfile
:
pod "MultiColumnLayout"
Have a suggestion? All contributions are welcome!
MultiColumnLayout is available under the MIT license. See the LICENSE file for more info.