Async image downloader

前端 未结 5 1180
北海茫月
北海茫月 2021-02-01 11:37

I have write a little class to perform the download of the images by using an NSURLConnection. The idea it\'s to delegate the download to this class to avoid to block the execu

5条回答
  •  盖世英雄少女心
    2021-02-01 12:15

    This system works quite good, but i can't get updated the UIImageView inside the cells of a UITableViewCell, any idea ? (actually the cell it's updated when I click on it) There is a better way to implement this functionality ? (actually the need are: non-blocking, caching system

    Have you tried using [tableView reloadData]; Call it at the end of connectionDidFinishLoading method

提交回复
热议问题