I am experiencing what looks like a slow fade in animation when I reload an NSCollection with a single cell.
I start with a small set (< 10) of data and load it.
Then I filter my data set down to one element and call reload -> I get a __slow__ refresh.
When I clear my filter, and reload then the refresh is near instantaneous.
I'm timing the call for both the filter and reload. Both are small
filter: Elapsed time is 1.99675559997559e-05 seconds.
load: Elapsed time is 0.000120997428894043 seconds.
But I am still seeing a slow refresh with the filtered set.
Any ideas? What should I be doing to diagnos this?
Thanks,
Jason