CBTableViewDataSource
CBTableViewDataSource copied to clipboard
Just one line to create DataSource and Delegate for UITableView.
横屏时不能显示完全
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
你好,问一哈,cell的点击事件,怎么使用,多谢
不支持一个section中有不同的cell的配置
为什么只支持IOS8以上的
Why set `tableFooterView` in `- cb_makeDataSource:` and `- cb_makeSectionWithData:` ``` if(!self.tableFooterView) { self.tableFooterView = [UIView new]; } ``` If set `tableFooterView`, where is `tableHeaderView`? For grouped table view,return 0 in...
when I use this , I try to add a header view for a section, but it just works for the first section.How to add it to other sections ?