CascadingTableDelegate
Table view delegator
A protocol to split delegate and data source method calls into a tree structure for UITableView
A no-nonsense way to write cleaner UITableViewDelegate and UITableViewDataSource in Swift.
911 stars
17 watching
47 forks
Language: Swift
last commit: about 5 years ago
Linked from 1 awesome list
carthageclean-codecocoapodsiosios-swiftios-uirich-pagesswiftuitableviewuitableviewdatasourceuitableviewdelegate
Related projects:
Repository | Description | Stars |
---|---|---|
dentelezhkin/dttableviewmanager | A framework for managing UITableViews with automatic data synchronization and compile-time safe events handling. | 453 |
3sidedcube/thundertable | A framework simplifying table view creation in iOS with a declarative approach. | 21 |
mergesort/tableflip | A simpler way to animate UITableViews in iOS applications. | 561 |
dentelezhkin/dtcollectionviewmanager | A framework for managing UICollectionViews with powerful features such as automatic data synchronization and compile-time safe events system. | 312 |
squarespace/simple-source | A framework for easily managing table and collection views in iOS apps with typed closures and automatic incremental updates. | 99 |
electrickangaroo/lightning-table | A declarative API for working with UITableViews | 28 |
benemdon/centeredcollectionview | A lightweight collection view layout that simulates the 'carousel effect' | 1,378 |
dimpiax/flexibletableviewcontroller | A library providing a generic table view controller with customizable data processing and cell configuration | 9 |
aimalygin/stablecollectionviewlayout | A collection view layout that adjusts its content offset after updates | 66 |
kawoou/kwdrawercontroller | A reusable view controller designed to simplify the implementation of side-drawer UI elements in iOS applications | 157 |
muyexi/statictableviewcontroller | A utility to control visibility of table view cells in a static controller | 25 |
giulio92/gltablecollectionview | A reusable collection view controller with customizable UITableView and UICollectionView components | 706 |
jeantimex/collapsibletablesectionviewcontroller | A library that helps you manage collapsible sections in a table view | 353 |
okcupid/oktableviewliaison | A framework to simplify UITableView management with closure-based configuration and built-in paging functionality. | 85 |
seedco/stackviewcontroller | A controller framework for building static content with UIStackView and view controller composition | 868 |