MHVideoPhotoGallery icon indicating copy to clipboard operation
MHVideoPhotoGallery copied to clipboard

IOS8 extensions only available through UIActivityViewController

Open guillermomuntaner opened this issue 9 years ago • 0 comments

Hi, i'm creating a new app and I found this library fantastic.

However I noticed an incoming problem with iOS 8: By using a custom share interface (which is a great clone of photos app) we can't access the share extensions 3rd apps are going to provide.

  • One solution consists in replacing the actual ui, by just a multiple image picker (current is fine) and after selection is done, launch the iOS8 UIActivityViewController.
  • Another solution is just adding a button to the current custom ui to launch the UIActivityViewController in case the user want to use an extension.

Both solutions result in a 2-step sharing process which results in a poor user experience.

What are your thoughts about it?

guillermomuntaner avatar Sep 17 '14 14:09 guillermomuntaner