CocoaPods trunk is moving to be read-only. Read more on the blog, there are 15 months to go.

DataDominantTableView 1.0.6

DataDominantTableView 1.0.6

TestsTested
LangLanguage Obj-CObjective C
License GPL-3.0
ReleasedLast Release Mar 2019

Maintained by zhuxiangpeng.



  • By
  • zhuxiangpeng

DataDominantTableView

一个UITableView辅助工具。当页面中有多种Cell时,可以使用此工具实现根据不同的数据来显示不同的Cell,从而避免在“- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath”方法里面根据indexPath区分Cell,从而降低TableView的维护成本。