Archive for February 19th, 2011

Asynchronous Image Loading in Table Cells with Cache

So i’ve recently created an app that used image in the UITableView cells. When i would load the view it would take forever once the button was pressed for the view to be pushed onto the stack. I realised it was due to the images needing to load from my server. So i implemented a [...]