CHTCollectionViewWaterfallLayout Versions Save

The waterfall (i.e., Pinterest-like) layout for UICollectionView.

0.9.10

2 years ago
  • Fix header path issue in Swift package.
  • Add demo targets that use Swift package.

0.9.9

2 years ago
  • 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

6 years ago
  • Fix a bug that can't show header and footer together. ( #174, #175, #176, #179 )
  • Update demo. ( #173 )

0.9.6

6 years ago
  • Better Swift 3 and Xcode 8.1 support. (#151, #152)
  • Better Carthage support. (#153)
  • etc.

0.9.5

7 years ago
  • Public methods and attributes for Swift project (#132)
  • Adding Framework project with shared scheme to support Carthage (#126)

0.9.4

8 years ago
  • Fix Swift build error (#108)
  • Per-section insets (#107)

0.9.2

8 years ago
  • Fix for issue when layout is rotated (#100)

0.9.1

9 years ago
  • Fix some typo

0.9

9 years ago
  • 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)

0.8

9 years ago
  • 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