Skip to content

Commit 8bf6da9

Browse files
committed
2 parents 9607d1b + 473eac7 commit 8bf6da9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pod install
2929

3030
## 图文使用说明
3131

32-
### `Cell` 使用 `Xib` 构建
32+
### `Cell` 使用 `Xib` 构建 「 也支持纯代码布局,只要是使用 **Autolayout** 均可 」
3333

3434
- 创建你的 Cell 且使用约束布局, 保证【 Cell 中的 View 从上向下布局,最底部的 View 的 MaxY 刚好是 Cell 所需高度即可】【不要设置底部约束限制,从上向下布局即可,内部会自动去获取最底部的 View 然后把它的 MaxY 做为 Cell 所需的高度 在 [代码 129~150 行 可查看获取过程](https://github.com/liangdahong/UITableViewDynamicLayoutCacheHeight/blob/master/Sources/UITableViewDynamicLayoutCacheHeight/UITableView%2BBMDynamicLayout.m),然后做各种缓存操作 】
3535

0 commit comments

Comments
 (0)