I need to run code which relies on the table view and all its cell's being loaded. The code needs to be run on the cells, but after they're initialised completely, not in cellForRowAtIndexPath (they need to have been drawn already because I'm using autolayout and need to run this code after it)
How can I know when they're loaded?
EDIT - i think theres some confusion
Basically every time i add a cell, cellForRowAtIndexPath creates this cell. It is not yet rendered. After this method, the cell is rendered. After render, i want to run some code