Hiya,
While implementing TableView I've stuck with the problem that I somehow has broken "lazy" loading behaviour of UITableView. Now upon entering the screen it loads all the cells (both visible and invisible).
Could someone point out where I should look at? In IB I have such an organization:
-> UIView
--> UIScrollView
---> UITableView
---> UIImageView
---> etc
Could this be a problem?