用于自定义 AnnotationView 的 imageDownloader

发布于 2024-12-04 03:40:01 字数 232 浏览 4 评论 0原文

我创建了这个自定义的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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

∝单色的世界 2024-12-11 03:40:01

您可以使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文