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
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.