I m using Animation in table view cell...Animation is working fine when cell is totally visible.if any cell is partially visible at that time due to Animation my app is gett
This is a bug in iOS. I filed a bug report and they came back saying its a duplicate of 14898413. This bug is still marked as open in apple bug reporter.
Options for fixes: 1) Remove footer 2) Instead of deleting rows, begin and end updates reload the table
it seems to happen when set tableview
-(CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section
-(CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section
while tableview
style set Plain
instead of Grouped
style
Yes i also face this type of problem,do one thing just remove footer view.
For people experienced this issue after iOS 7 updates: Check the view frame of the section footer view. If it overlaps with the tableview cell. System throws this exception.