GMImagePicker icon indicating copy to clipboard operation
GMImagePicker copied to clipboard

A Photo and Video picker ( similar to UI Image Picker ) supporting multiple selections and UI customizations. Designed for iOS 8 with Photo framework ( PhotoKit )

Results 46 GMImagePicker issues
Sort by recently updated
recently updated
newest added

Please merge, this is crashing for us since toolbar is not returning any element in subviews

• Always navigate to taken picture when `autoSelectCameraImages` is set. • Fix asset selection when taking a new picture. • Fix album cell's labels layout. • Fix documentation build warnings....

Request for feature: 15. Filter by file size limit. `Only with X below will be displayed on the grid view screen`

Great work and a very useful lib I love to use, but can you approve / merge them or mark them as 'already closed'? Maybe ask for help to maintain...

App is crashing when i specify mediaTypes as PHAssetMediaType.image. My Code is: let gmImagePicker = GMImagePickerController() gmImagePicker.delegate = self gmImagePicker.title = "" gmImagePicker.mediaTypes = [PHAssetMediaType.image] self.present(gmImagePicker, animated: true, completion: nil)...

2018-06-13 06:50:52.080536+0530 GMPhotoPicker[7005:57801] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArray0 objectAtIndex:]: index 0 beyond bounds for empty NSArray'

I am getting a random crash in `photoLibraryDidChange` delegate of `GMGridViewController`. The depicted line 561 is not that much correct because it has closing braces for me in the source...

Hi, first of all thank you very much for making GMImagePicker, I really like it. But I'm having a problem with collections: they are either empty, or show only a...

Hi, While displaying the images from camera roll only few images are showing and the others are blank(white background) and the scrolling is enabled. ![screen shot 2017-12-22 at 11 03...