DataSourceKit
DataSourceKit copied to clipboard
Declarative, testable data source of UICollectionView and UITableView.
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.