Skip to content
New issue

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

iOS7 使用reloadSections某些情况下会crash #198

Open
xayoung opened this issue Apr 12, 2016 · 0 comments
Open

iOS7 使用reloadSections某些情况下会crash #198

xayoung opened this issue Apr 12, 2016 · 0 comments

Comments

@xayoung
Copy link

xayoung commented Apr 12, 2016

我在实现点击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以上就不会出现以上问题

@xayoung xayoung changed the title 使用reloadSections某些情况下会crash iOS7 使用reloadSections某些情况下会crash Apr 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant