Hi i have a working UITableViewController and UITableView with custom cells but i want to add some async functionality from Three20, so i would like to migrate my current classes to the ones from Three20, TTTableViewController and TTTableViewController, to use the TTImageView inside of my custom cell.
The functionality would be download asynchronously an image for an imageView.
Apart from these i want the cache func.
Thanks in advance.
Hi i have a working UITableViewController and UITableView with custom cells but i want
Share
Why switch to Three20 for this? Why not just use the async functionality already present in the system, and use something like
NSCachefor caching your images you download? What you suggest you want to do smells real bad for what your end goal is.