sakkaras / SKSTableView

An expandable table view.
MIT License
446 stars 115 forks source link

High CPU consumption #35

Open cnzlh opened 9 years ago

cnzlh commented 9 years ago

I have the number of subrows in table more than 5000, wen I want to collapseCurrentlyExpandedIndexPaths the UI will freeze for several seconds. everything is so good except the issue. Hope you can fixed later and update for us.Thanks.

cnzlh commented 9 years ago

when I ran method SKSTableView tableView:didSelectRowAtIndexPath: it takes a long time in [self deleteRowsAtIndexPaths:expandedIndexPaths withRowAnimation:UITableViewRowAnimationTop]; (about 30-40 seconds on an iPhone 4)