How to make UI Image Picker Controller read a custom source type in iPhone

前端 未结 2 947
青春惊慌失措
青春惊慌失措 2021-02-10 09:17

I have to create a photo gallery app in iPhone. It should function same as the Photos app which is shipped with iPhone. But it should show the images which I package with the ap

2条回答
  •  甜味超标
    2021-02-10 10:08

    Just today I started a open source UIImagePickerController clone, it is not perfect but it works quite ok. Feel free to fork http://github.com/jeena/JPImagePickerController

提交回复
热议问题