如何在不使用 UIPickerController 的情况下将内置图库中的所有照片放入我们的应用程序中
我一直在使用 UIPickerController 将内置图库中的图片获取到我自己的应用程序中,但问题是与 UIPickerCOntroller 相关的委托一次只能获取一张图片,并且只返回一张图像。所以我需要从 PHotoGallery 中一张一张地获取图像。
现在我想实现我自己的照片库,以便我可以从内置照片库中获取多个图像。
你们能指导我如何访问内置图库照片文件夹并将所有图像从那里获取到我的数组中,以便我可以使用多重选择选项制作自己的照片库
,或者请告诉我是否可以从 UIPickerController 管理多重选择选项。
我想苹果至少应该为我们提供这样的功能,我们可以从照片库中一次选择多张照片。
请大家指导我使用这两个选项中的任何一个的一些代码
谢谢
I have been using UIPickerController to get the pics from my Built-in-Gallery into my own Application, But the issue is that the delegate related to that UIPickerCOntroller get only one pic at a time and returns me only one image. So i need to get the images one by one from PHotoGallery.
Now i want to implement my own Photo-Gallery so that i could get multiple images from Built-In photo Gallery.
Can you guys guide me how to access Builtin Gallery photo Folders and fetch all images from there into my Array so that i can make my own Photo Gallery with Multiple Selection Option
Or PLease tell me if i can manage the Multiple Selection Option from UIPickerController.
I guess Apple should provide us atleast this sort of feature that we can select multiple photos at a time from Photo gallery.
PLease guys Can u guide me with some code from any of these two Options
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您想要使用资产库框架。请查看此博客文章以了解更多详细信息:
http://www. Fiveminutes.eu/accessing-photo-library-using-assets-library-framework-on-iphone/
you want to use the Assets Library framework. take a look at this blog post for more details:
http://www.fiveminutes.eu/accessing-photo-library-using-assets-library-framework-on-iphone/