//設定圖片的url位址
NSURL *url = [NSURL URLWithString:[content objectForKey:@"url"]];
UIImage *urlImage = [[UIImage alloc] initWithData:[NSData dataWithContentsOfURL:url]];
cell.imageView.image = urlImage;
沒有留言:
張貼留言