显示在线图像目标C.

时间:2012-07-07 14:49:23

标签: objective-c uiview uiimage

我尝试过在UIView上发布在线图片,但是没有加载。有人能帮助我吗

我使用过http://snipplr.com/view.php?codeview&id=23024

它没有加载,我不断收到错误。

我正在尝试构建类似http://itunes.apple.com/us/app/quotes/id504790688?mt=8

的内容

谢谢

1 个答案:

答案 0 :(得分:0)

[self.imageView setImageWithURL:[NSURL URLWithString:@"http://www.example.com/path/to/image.jpg"] placeholderImage:[UIImage imageNamed:@"imageToShowIfOriginalNotFound.png"]];

假设您使用的是SDWebImage资料库