How to get gallery images in iOS?

后端 未结 2 2048
北荒
北荒 2021-01-15 03:22

I have the task to implement something similar to UIImagePickerController for displaying and selecting images. The problem is to get the list of images on t

2条回答
  •  一向
    一向 (楼主)
    2021-01-15 03:56

    On that post there is a refence there.
    It is looking interesting.

    If not what you seek, you can create your own UIImagePicker, and you will need to go through the Assets Library framework to get access to the photos of the iPhone

    The Assets Library framework provides access to the photos and videos in the user’s photo library.

提交回复
热议问题