用于自定义 AnnotationView 的 imageDownloader
我创建了这个自定义的annotationView,它可以在屏幕截图中包含徽标和标签,徽标存储在本地,
屏幕截图: http://hpics .li/3c45def
现在我想显示存储在服务器上的徽标,我尝试集成 tableview imagedownloader 但失败了,有人知道从哪里开始
谢谢
I created this custom annotationView that can contain a logo and a label in the screenshot the logo is stored locally,
screenshot : http://hpics.li/3c45def
now I want to display the logo stored on the server, I tried to integrate the tableview imagedownloader but I failed, someone has an idea of where to start
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 NSURLRequest 从服务器下载图像的原始数据。下载后,您可以在桌面视图中设置图像。
首先查看这篇帖子。
You can use NSURLRequest to download the raw data for the image from the server. Once downloaded you can set the image in your tableview.
You start by having a look at this post.