DataSourceKit icon indicating copy to clipboard operation
DataSourceKit copied to clipboard

Declarative, testable data source of UICollectionView and UITableView.

Results 3 DataSourceKit issues
Sort by recently updated
recently updated
newest added

Hi @ishkawa , I need your help, i'm trying to insert new data or cell, but when i run collectionView.reloadData(), nothing happen, ```swift final class AdvancedVenueDetailViewController: UIViewController { @IBOutlet private...

Currently, declarations of contents of UITableView are expressed by [CellDeclaration]. One idea to support sections is expressing sections by some type like [TableViewSectionDeclaration\]. ```swift struct TableViewSectionDeclaration { let headerTitle: String?...

In this PR, I refactor some part of the code.