forkingdog / forkingdog/UITableView-FDTemplateLayoutCell
第一次往回滚动(手势向下)会出现跳动不自然的现象
Open
- Dominant language
- Objective-C
- Stars
- 9.9k
- Forks
- 2k
- PR merge metrics
- No merged PRs in 30d
Description
使用 AutoLayout 约束布局结合库的使用,确实很好实现了自动计算高度。但发现有一点体验问题,就是「第一次往回滚动(手势向下)会出现跳动不自然的现象」,在加载更多数据(手势向上)的时候顺畅没问题的。
看看有什么方式能对这问题进行处理优化的,Thx
**使用到的库方法:**
`- (CGFloat)fd_heightForCellWithIdentifier:(NSString *)identifier cacheByIndexPath:(NSIndexPath *)indexPath configuration:(void (^)(id cell))configuration;`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.