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
我在实现点击headerView展开折叠该Section的cell功能时,展开后不拖动,直接点击headerView展开折叠都没问题,但是展开上下拖动后,再点击headerView实现折叠时就会报下边的信息。 *** Assertion failure in -[UIViewAnimation initWithView:indexPath:endRect:endAlpha:startFraction:endFraction:curve:animateFromCurrentPosition:shouldDeleteAfterAnimation:editing:], /SourceCache/UIKit/UIKit-2935.138/UITableViewSupport.m:2666
点击触发事件 [MyTable reloadSections:[NSIndexSet indexSetWithIndex:section] withRowAnimation:UITableViewRowAnimationFade];
[MyTable reloadSections:[NSIndexSet indexSetWithIndex:section] withRowAnimation:UITableViewRowAnimationFade];
iOS8以上就不会出现以上问题
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我在实现点击headerView展开折叠该Section的cell功能时,展开后不拖动,直接点击headerView展开折叠都没问题,但是展开上下拖动后,再点击headerView实现折叠时就会报下边的信息。
*** Assertion failure in -[UIViewAnimation initWithView:indexPath:endRect:endAlpha:startFraction:endFraction:curve:animateFromCurrentPosition:shouldDeleteAfterAnimation:editing:], /SourceCache/UIKit/UIKit-2935.138/UITableViewSupport.m:2666
点击触发事件
[MyTable reloadSections:[NSIndexSet indexSetWithIndex:section] withRowAnimation:UITableViewRowAnimationFade];
iOS8以上就不会出现以上问题
The text was updated successfully, but these errors were encountered: