ImagePickerSheetController icon indicating copy to clipboard operation
ImagePickerSheetController copied to clipboard

ImagePickerSheetController replicates the custom photo action sheet in iMessage.

Results 10 ImagePickerSheetController issues
Sort by recently updated
recently updated
newest added

**Branch**: fix-maximum-selection **IOS**: 11 Currently I faced the problem that the first button in the action-sheet is somehow animated with a scale transition if you present the ImagePickerSheetController which looks...

Hello Laurin - great library you have here, thanks for sharing it. Love the animations and general structure of the code (I'm at the tip of the `fix-maximum-selection` branch). Just...

I present ImagePickerSheetController with animation set to true, but what happens instead is I see perhaps the last frame of an animation in. The background color fades in, but the...

The app crashes in the ImagePickerSheetController deinit method. ![screen shot 2016-11-18 at 14 03 18](https://cloud.githubusercontent.com/assets/19686398/20431088/6a264560-ad98-11e6-8cdf-999b69e11876.png)

Scrolling in the picker's collection view is very choppy.

In Apple's document, " You access the contents of a fetch result with the same methods and conventions used by the NSArray class. Unlike an NSArray object, however, a PHFetchResult...

@lbrndnr Are you able to get specs to run easily? I had to do a ton of work to get them going. 1. Looks like you prefer Carthage, which is...

When I use the sheet inside a popover, the background view has a wrong frame. Looking into viewDidLayoutSubviews, the view of the ImagePickerSheetController is in fact wrong (as is the...

- [x] Investigate accessibility for images

enhancement
help wanted