What's more efficient with CADisplayLink
? Having multiple instances, one for each cell, or having a single instance and forwarding calls to each cell?
Asked
Active
Viewed 302 times
0

rounak
- 9,217
- 3
- 42
- 59
-
Please explain your problem. Moreover, the point of the `CADisplayLink`is to be able to draw with each refresh of the screen. – Himanshu Joshi Apr 24 '14 at 08:42
-
Yes, my purpose is exactly that. Want to update each cell after screen refresh, so I'm asking if there should be a CADisplayLink for each cell or just one instance – rounak Apr 24 '14 at 08:57
-
do u want to reload tableView using displayLink? – Himanshu Joshi Apr 24 '14 at 09:09
-
it shouldn't make a difference. but you can profile it to find out the truth... – Michael Apr 24 '14 at 09:12