PFTableViewCell-Static_Library - 自定义TableViewCell
jopen
10年前
PFTableViewCell-Static_Library
PFTableViewCell可完美实现动态高度的设置,列表上的控件会自动跟随列表高度的改变而自动调整相对位置
关键代码
//设置序号
cell.indexPath = indexPath;
//获取高度
[PFTableViewCell heightAtIndexPath:indexPath];
//设置高度
[PFTableViewCell setHeight:cellModelOneHeight atIndexPath:indexPath];