Mr.Liu
Mr.Liu
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath { return UITableViewAutomaticDimension; } - (CGFloat)tableView:(UITableView *)tableView estimatedHeightForRowAtIndexPath:(NSIndexPath *)indexPath { return 66; } cell高度根据QMUITextView内容撑开 QMUITextView实现代理 // 实现这个 delegate 方法就可以实现自增高 - (void)textView:(QMUITextView *)textView newHeightAfterTextChanged:(CGFloat)height { BOOL...
### New Issue Checklist * [ ] I have read the [Documentation](https://github.com/tigerAndBull/TABAnimated/tree/master/Documents) * [ ] I have searched for a similar issue in the [project](https://github.com/rs/TABAnimated/issues) and found none ### Issue...
  https://user-images.githubusercontent.com/29391046/139427081-5683635a-86fd-4191-bd3d-e1aa74629684.mp4
上拉加载去掉_isMoreThan 的话上拉一次会无限上拉把所有数据一次性加载出来,不去掉的话只会上拉加载一次,这个地方能修复一下吗
## New issue checklist - [ ] I have reviewed the [`README`](https://github.com/Instagram/IGListKit/blob/master/README.md) and [documentation](http://instagram.github.io/IGListKit) - [ ] I have searched [existing issues](https://github.com/Instagram/IGListKit/issues) and this is not a duplicate - [...