在 iOS3 及更早版本上运行的应用程序如何像 Image Picker 一样一次选择多个图像?
我在网上搜索了一下,发现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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 PhotoLibrary 框架 访问图像。不过,由于它是私有框架,苹果不会接受。
You can access images using the PhotoLibrary framework. However, since it is a private framework, Apple won't accept it.