ios - How to select a specific photo album using uiimagepickerVC?
世界只因有你2017-05-17 10:06:39
0
1
1057
How can I select a specific album in uiimagepickerVC? When I was taking pictures and recording videos, I saved it to a specified album. Now I want to directly enter the specified album in pushuiimagepickerVC. How to set it up
This is not possible using the default UIImagePickerController, you need to use a custom image picker. How to open a specific Album directly in Photos of iPhone using objective c
This is not possible using the default
UIImagePickerController
, you need to use a custom image picker.How to open a specific Album directly in Photos of iPhone using objective c