We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用 AutoLayout 约束布局结合库的使用,确实很好实现了自动计算高度。但发现有一点体验问题,就是「第一次往回滚动(手势向下)会出现跳动不自然的现象」,在加载更多数据(手势向上)的时候顺畅没问题的。 看看有什么方式能对这问题进行处理优化的,Thx
使用到的库方法: - (CGFloat)fd_heightForCellWithIdentifier:(NSString *)identifier cacheByIndexPath:(NSIndexPath *)indexPath configuration:(void (^)(id cell))configuration;
- (CGFloat)fd_heightForCellWithIdentifier:(NSString *)identifier cacheByIndexPath:(NSIndexPath *)indexPath configuration:(void (^)(id cell))configuration;
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
会跳
No branches or pull requests
使用 AutoLayout 约束布局结合库的使用,确实很好实现了自动计算高度。但发现有一点体验问题,就是「第一次往回滚动(手势向下)会出现跳动不自然的现象」,在加载更多数据(手势向上)的时候顺畅没问题的。
看看有什么方式能对这问题进行处理优化的,Thx
使用到的库方法:
- (CGFloat)fd_heightForCellWithIdentifier:(NSString *)identifier cacheByIndexPath:(NSIndexPath *)indexPath configuration:(void (^)(id cell))configuration;
The text was updated successfully, but these errors were encountered: