如何在不使用 UIPickerController 的情况下将内置图库中的所有照片放入我们的应用程序中

发布于 2024-12-22 09:41:20 字数 386 浏览 2 评论 0原文

我一直在使用 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 技术交流群。

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

发布评论

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

评论(1

花伊自在美 2024-12-29 09:41:20

您想要使用资产库框架。请查看此博客文章以了解更多详细信息:

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/

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