alekseyn / EasyTableView

Horizontal and vertical scrolling table views for iOS
BSD 3-Clause "New" or "Revised" License
584 stars 157 forks source link

deleteRowsAtIndexPaths:withRowAnimation: causes an Assertion Failure #24

Closed freak4pc closed 12 years ago

freak4pc commented 12 years ago

Edit: No bug, My bad :) Excuse me.

When trying to remove one of the items in the tableView by going

[myEasyTableView.tableView deleteRowsAtIndexPaths:@[indexPath] withRowAnimation:UITableViewRowAnimationTop];

I get the following exception: Assertion failure in -[UITableView _endCellAnimationsWithContext:], /SourceCache/UIKit_Sim/UIKit-1914.84/UITableView.m:1037

Any ideas?