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

前端 未结 2 948
青春惊慌失措
青春惊慌失措 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:06

    I don't believe it is possible to make the UIImagePicker pick images from your own source. You will have to write the picker yourself (which, performance aside, doesn't seem to hard... Just a couple of UIImageViews in a UIScrollView).

    0 讨论(0)
  • 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

    0 讨论(0)
提交回复
热议问题