在 iOS3 及更早版本上运行的应用程序如何像 Image Picker 一样一次选择多个图像?

发布于 2024-12-03 01:35:38 字数 160 浏览 1 评论 0原文

我在网上搜索了一下,发现iOS 3及之前的版本只能使用图像选择器控件来选择照片。这是我们可以为用户提供选择照片的唯一方法吗?

我知道 iOS4 有一个资源库允许我们访问照片,但是早期版本怎么样?是否无法获取这些版本的照片?

图像选择器的问题在于它一次只允许用户选择一张图像。

I search through the web and only find that iOS 3 and earlier versions can only use the image picker control to select the photos. Is it the only way that we can give for user to select the photo?

I know iOS4 has an asset library allowing us to access the photo but how about the earlier version? Is it not possible to get the photos from those versions?

The problem with image picker is that it only allows the user to pick one image at a time.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

百变从容 2024-12-10 01:35:38

您可以使用 PhotoLibrary 框架 访问图像。不过,由于它是私有框架,苹果不会接受。

You can access images using the PhotoLibrary framework. However, since it is a private framework, Apple won't accept it.

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