DTCollectionViewManager
CollectionView manager
A framework for managing UICollectionViews with powerful features such as automatic data synchronization and compile-time safe events system.
Protocol-oriented UICollectionView management, powered by generics and associated types.
312 stars
12 watching
30 forks
Language: Swift
last commit: about 2 years ago datasourcedelegateiosprotocolswiftuicollectionview
Related projects:
Repository | Description | Stars |
---|---|---|
dentelezhkin/dttableviewmanager | A framework for managing UITableViews with automatic data synchronization and compile-time safe events handling. | 453 |
3sidedcube/thundercollection | A framework that simplifies the creation of collection views in iOS using a declarative API | 5 |
bannzai/conv | A smart UICollectionView implementation that simplifies data structure management and improves reload performance using a diffing algorithm. | 158 |
abdullahselek/ascollectionview | A lightweight collection view implementation for custom UI components | 372 |
giulio92/gltablecollectionview | A reusable collection view controller with customizable UITableView and UICollectionView components | 706 |
eleev/compositional-layouts-kit | A collection of advanced compositional layouts for UICollectionView in iOS and iPadOS applications. | 438 |
dentelezhkin/dtdraganddropexample | An iOS 11 Drag&Drop Demo project demonstrating the integration of drag-and-drop functionality with custom table and collection view management. | 1 |
squarespace/simple-source | A framework for easily managing table and collection views in iOS apps with typed closures and automatic incremental updates. | 99 |
nghialv/sapporo | A collection view manager that simplifies management of sections and cells without writing custom delegate and data source code. | 246 |
pitiphong-p/collectionviewshelflayout | A UICollectionView subclass that displays items in rows without nested views | 377 |
bwide/collectionnode | A Sprite Kit-based collectionView framework for creating and managing content | 101 |
dimpiax/flexiblecollectionviewcontroller | A generic collection view controller that handles data processing and cell configuration for a flexible collection view | 4 |
swiftkickmobile/tlindexpathtools | A set of classes to simplify table and collection view data management and updates | 347 |
vladiacobionut/swinflate | A collection of reusable layouts for UICollectionView | 229 |
edopelawi/cascadingtabledelegate | A protocol to split delegate and data source method calls into a tree structure for UITableView | 911 |