1

I m trying to search how to select multiple photos in image picker view but all are giving suggestion to use third party classes from git hub but i want to do it without third party.. please help me

rmaddy
  • 314,917
  • 42
  • 532
  • 579
pradip rathod
  • 348
  • 3
  • 20
  • You can't do using `UIImagePickerController`, it doesn't have that capability, but Yes, you don't even need a third party you can simply fetch all the photo using `AssetsLibrary` and load into a UICollectionView and implement your logic (see this)[http://stackoverflow.com/a/12634165/790842], if you don't want to implement these logic, use `Third Party framework`. – iphonic Aug 19 '15 at 05:06
  • 1
    Your only option is to write your own code, just like all the 3rd party options you've seen. – rmaddy Aug 19 '15 at 05:06

0 Answers0