如何显示“相机胶卷”直接使用ImagePickerController
我想使用 imagePickerController 直接打开“相机胶卷”相册,而不是显示所有 3 个相册(相机胶卷、照片库、上次导入)。
有什么办法可以做到这一点吗?
I want to directly open the 'Camera Roll' album using the imagePickerController instead of showing all 3 albums (camera roll, photo library, last import).
Is there any way to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
使用
它会直接带您到相机胶卷。
Use
It will directly take you to camera roll.
做到这一点非常简单......
对于按钮的示例...您单击该按钮,然后尝试使用:
通过使用它,您将强制控制器使用相机。
。
imgPicker 是我的控制器的名称
It is very simple to do that ...
For an example of a button ... You click on the button and then try to use :
By using that you will force the Controller to use the camera.
.
imgPicker is here the name of my controller
要实现这一点,你只有一个方法。
你可以创建 customImagePickerController 并抓取显示其中的所有相机胶卷图像。
为此,您可以使用 collectionview
或
https://github.com/rahulmane91/CustomAlbumDemo
这可能有用给你。
谢谢&问候
尼拉夫·扎拉瓦迪亚
To achieve this you have only oneway..
You can create customImagePickerController and grab display all camera roll images in it.
For that you can use collectionview
or else
https://github.com/rahulmane91/CustomAlbumDemo
May this useful to you.
Thanks & Regards
Nirav Zalavadia
使用照片框架
使用上面的代码,将你想要获取数据的相册名称放在“自定义相册”的位置
,并在你想要显示所有相册图像的任何地方使用该数组
make use of Photos Framework
Use the above code and put your album name whose data you want to Fetch in the place of "Custom Photo Album"
and use the array anywhere you want to display all albums images
您可以使用此代码直接访问
,但您必须有一个更好的 UI
尝试这个框架,它同时提供凸轮和凸轮滚动
https://github.com/hyperoslo/ImagePicker
https://github.com/hyperoslo/Gallery
Tou can use this code to access directly
but you will have to have a better UI
Try this framework which gives both cam and cam roll
https://github.com/hyperoslo/ImagePicker
https://github.com/hyperoslo/Gallery