Open elmyn opened 11 years ago
Have you checked in the debugger that it's asking data source for carousel:viewForItemAtIndex:reusingView:
(when you turn animation on?)
No, there's no way to batch updates for iCarousel at the moment. If you're careful you should be able to insert/remove items individually, as long as you ensure that the data model remains consistent with the carousel (e,g, always add items to your model before inserting into carousel).
As data source of iCarousel I'm using FetchResultController. In its delegate method I want to update views when data has changed. Its not refreshed get when I want to do this animated.
With tableView its working with those two metods:
is there something similar for