Rightpoint / RZCollectionList

A framework for dealing with displaying data from Core Data and other sources in UITableViews.
Other
43 stars 8 forks source link

Animations for duplicate objects #38

Open cmds4410 opened 10 years ago

cmds4410 commented 10 years ago

Currently add/remove animations will crash for duplicate objects in a list.

Workaround: disable animations when you have a list with duplicate objects.

ndonald2 commented 10 years ago

@cmds4410 Worse than just "not fluid", it will cause a crash.

ndonald2 commented 10 years ago

Not fluid issue was for composite lists receiving multiple sequential batch updates from their children.

cmds4410 commented 10 years ago

@ndonald2 Oh yeah, updating...