I have tried lot of third party picker in ios for selecting multiple images/videos. Is there a way to select multiple images/videos using imagepickercontroller without using third party imagepicker..??
You can do following
MyGalleryVC
.MyGalleryVC
, you need to display all the fetched images/videos in either collection view or table view.allowsMultipleSelection
property of table view or collection view.delegate
method that will give you the selected images/videos.