Skip to content

makingitbest/TableViewHeaderFooterView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

demo.gif

特点

  1. 封装的 UITableViewHeaderFooterView 能够让用户更好的自定义自己的 headerView;
  2. 封装的 UITableViewCell 能够让用户更好的自定义自己的 TableViewCell;

使用

  1. 导入 CustomTableViewHeaderFooterView.h/.m, CustomTableViewCell.h/.m;
  2. 继承 CustomTableViewHeaderFooterView, 在自己要想设置的 HeaderFooterView 文件中自定义自己的控件;
  3. 继承 CustomTableViewCell, 在自己要想设置的cell中自定义自己的控件.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published