原文:asynchronous UIImageView in custom UITableViewCell
I would like to know how people implement an asynchronous UIImageView loading, if you have it inside a custom UITableViewCell, I ve seen quite some examples using GCD, subclassing UIImageView.. all of ...