Collor Versions Save

A declarative-ui framework for UICollectionView with great and useful features.

1.1.41

2 years ago

This new release suggest to new version of performUpdates() method named performCollorDiff() to manage without crashes the update of collection views from a diff result from Collor.

1.1.40

3 years ago

Swift 5 Add default implementation when Diffable is Equatable Xcode Project improvements clean unused branches

1.1.33

4 years ago

add new Unit Tests Creation of a ForwardingUICollectionViewDelegate

1.1.31

5 years ago
  • ios 10.0 required
  • handling supplementaryView
  • improve coverage

1.1.25

5 years ago

Swift 4.2

1.1.23

5 years ago

Merge pull request #7 from NextFaze/feature/nibless_cell_support Adds support for UICollectionViewCells without a nib/xib update xcode version replace flatMap Fix issue when the bundle name is not the same as the module name

1.1.16

5 years ago

Fix crash when decorationViews move during an update Add public methods in xctemplates

1.1.14

6 years ago

Fix Cell template : use the protocol instead of the adapter in the descriptor

1.1.13

6 years ago

Bumped to version 1.1.13

Fix cells duplication

Prevent update (insert, delete or reload) cells that are already update via it's section

1.1.9

6 years ago

add bundle var on CollectionCellDescribable to enable using Collor in external frameworks