chiahsien/CHTCollectionViewWaterfallLayout

Swift 3.0 Compatibility

niroj08 opened this issue · 1 comments

Will be needing swift 3.0 compatible very soon :)

vvit commented

Use develop branch to get 3.0 support.

If you use pods:

pod 'CHTCollectionViewWaterfallLayout/Swift', :git => 'git@github.com:chiahsien/CHTCollectionViewWaterfallLayout.git', :branch => 'develop'

Then the classes must be declared as public. You can use this PR: #167