Never tried, but you can do this by putting the code in
dequeueReusableCellWithReuseIdentifier:forIndexPath:
to get the number of visible cells (possibly [visibleCells count]), and then track how many of them have actually been processed, and then call back after that. You would need to reset the count between scrolls.
Not clean, but should work. I do not know how to get a callback.
RegularExpression
source share