Releases: chiahsien/CHTCollectionViewWaterfallLayout
Releases · chiahsien/CHTCollectionViewWaterfallLayout
0.9.10
03 Dec 01:50
Compare
Sorry, something went wrong.
No results found
Fix header path issue in Swift package.
Add demo targets that use Swift package.
0.9.9
01 Dec 15:51
Compare
Sorry, something went wrong.
No results found
Support SPM.
Replace Travis CI with GitHub action.
Update both ObjC and Swift demo.
Re-organize source codes
Bump minimum supported iOS version to 9.0
.
Change Cocoapods default spec from ObjC
to Swift
.
0.9.7
05 Sep 15:35
Compare
Sorry, something went wrong.
No results found
Fix a bug that can't show header and footer together. ( #174 , #175 , #176 , #179 )
Update demo. ( #173 )
0.9.6
24 May 14:38
Compare
Sorry, something went wrong.
No results found
Better Swift 3 and Xcode 8.1 support. (#151 , #152 )
Better Carthage support. (#153 )
etc.
0.9.5
23 Aug 23:38
Compare
Sorry, something went wrong.
No results found
Public methods and attributes for Swift project (#132 )
Adding Framework project with shared scheme to support Carthage (#126 )
0.9.4
02 May 02:32
Compare
Sorry, something went wrong.
No results found
Fix Swift build error (#108 )
Per-section insets (#107 )
Minor update
09 Aug 22:58
Compare
Sorry, something went wrong.
No results found
Fix for issue when layout is rotated (#100 )
0.9.1
15 May 02:46
Compare
Sorry, something went wrong.
No results found
More configurations and bug fix
07 May 14:07
Compare
Sorry, something went wrong.
No results found
Minimum content height configuration (#84 )
Minimum column spacing per section configuration (#86 )
Fix a crash when no data and no section (#76 , #93 )
Swift update (#77 , #92 , #98 )
Long cell disappearing fix (#78 )
Fix height calculation (#79 )
Pixel perfect (#83 )
More configurations and Swift version
21 Sep 03:04
Compare
Sorry, something went wrong.
No results found
Adding a configuration option to determine the order of rendering the items. Options include Left-to-Right | Right-to-Left | Shortest column first (existing default).
New demo screenshots
Custom column count per section
Swift version
Code cleanup