将数组中的url加载到Xcode中的ImageView

时间:2015-11-11 13:28:33

标签: objective-c arrays json xcode url

我需要从数组(arrayCoverURL)加载url到ImageView。

NSURL *imageURL = [NSURL URLWithString:[arrayCoverURL objectAtIndex:indexPath.item]];
    NSData *imageData = [[NSData alloc] initWithContentsOfURL:imageURL];
    cell.imageView.image = [UIImage imageWithData:imageData];

0 个答案:

没有答案