NSURL *url = [NSURL URLWithString: @"http://hoge.com/image.png"]];
self.imageData = [NSData dataWithContentsOfURL: url];
この対策として、画像の取得を非同期通信によって行い、セル表示と併行して画像の取得を行う手法がある。
参考記事:
http://d.hatena.ne.jp/ntaku/20091031/1256977032
http://cocoatouch.sblo.jp/article/26626578.html
http://www.markj.net/iphone-asynchronous-table-image/
タグ:iPhone
【UIImageViewの最新記事】