I have a SQLite dbase that has over 100 URLs for images. The images are NOT displayed in the tableview, however when a row in the tableview is selected, the appropriate image is displayed in the 'pushed' view controller.
The problem is whenever a row is selected, the app freezes for a time until the view controller is finally pushed. I assume it's because the image is being downloaded...
I'm attaching sample code to illustrate my problem. link text
Any suggestions on speeding this up?
Many thanks.