Hi,
I'm filling a TTTableViewController (via its "datasource" property) with items of class TTTableImageItem. The images are thumbnails downloaded from Youtube, and their original size is 120x90.
In my TTTableView, they are automatically reduced so that they fill in their cells. But when I scroll up or down the view, they get back to their original size, overflowing from the cells.
How can I avoid these pictures to get back to their original sizes when scrolling ?
My TTTableImageItems are created in viewDidLoad
Thanks in advance