Skip to content

封装通用的UITableView数据源,让tableview的代理页面更简洁。

Notifications You must be signed in to change notification settings

SharonHu1990/HXYLightTableView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HXYLightTableView

HXYLightTableView是使用BaseTableViewProtocol的Demo。BaseTableViewProtocol封装了UITableView协议,把UITableView的datasource和delegate从Controller中抽离出来,化了TableVi简ew的实现,并且将tableView无内容的样式和Cell分割线的样式封装其中。

当然,本人目前能力和精力有限,代码还存在优化的空间,我会尽力慢慢优化的。

##特性:

  1. 基于iOS8.0以上
  2. 基本的datasource和delegate
  3. 支持TableView无内容时显示文字或图片占位符
  4. 支持改变Cell分割线的样式(顶头或不顶头)
  5. 支持多个section和单个section
  6. 利用iOS8的Self Sizing Cells 实现Cell的高度自适应

About

封装通用的UITableView数据源,让tableview的代理页面更简洁。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published