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
过去多啦不再A梦2017-05-17 10:08:39
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