下载多张图像
我想从 3 个不同的 url 下载 3 张图像,并使用 Objective-c 在 iphone 的 UI 中显示它们。
一些示例代码会有很大帮助。
I want to download 3 images from 3 different urls and display them in the UI in iphone using Objective-c.
Some sample codes will be of great help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要下载图像,您
还需要查看 Apple 的 LazyTableImages。您可以在此处找到一个很好的示例。
To download image you can
Also you need to see Apple's LazyTableImages. You find a good example here.