Rather than for example doing this:
UILabel *lbl = [[UILabel alloc] init];
In the cellForRowAtIndexPath
which I have discovered it VERY slow and can cause scrolling on your table view to stutter, where would I initialise my subviews such as labels?