UIImagePickerController with my images

I am developing an application and I want to use the UIImagePickerController, but I want the user to be able to select some of the images stored in my application, and not the photo library. Is it possible to do this? thanks in advance!

+3
source share
2 answers

The short answer is that, unfortunately, the design is UIImagePickerControllernot developed. I have seen that several projects must redefine this function in their own (different) ways before moving forward.

As a good first-pass tutorial on this issue, I would recommend this site

UIScrollView . , UITableView, .

+1

, . . , , , API. , UIImagePickerController. .

0

Source: https://habr.com/ru/post/1748664/


All Articles