我尝试过在UIView上发布在线图片,但是没有加载。有人能帮助我吗
我使用过http://snipplr.com/view.php?codeview&id=23024
它没有加载,我不断收到错误。
我正在尝试构建类似http://itunes.apple.com/us/app/quotes/id504790688?mt=8
的内容谢谢
答案 0 :(得分:0)
[self.imageView setImageWithURL:[NSURL URLWithString:@"http://www.example.com/path/to/image.jpg"] placeholderImage:[UIImage imageNamed:@"imageToShowIfOriginalNotFound.png"]];
假设您使用的是SDWebImage资料库