Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 362 Bytes

File metadata and controls

11 lines (7 loc) · 362 Bytes

StaticTableView

项目中静态tableview的架构封装 由于大部分的APP界面都可能存在“我的”“设置”等静动tableview模块,主要方便开发这类静态表。

use

1.让你的UIViewController继承ZFStaticTableviewController. 2.然后实现代理方法 -()configureDataSource 方法

具体使用 下载项目 参照demo 实现