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

前端 未结 2 949
青春惊慌失措
青春惊慌失措 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).

提交回复
热议问题