roycornelissen / GMImagePicker.Xamarin

Port of the original GMImagePicker component to Xamarin.iOS
MIT License
71 stars 39 forks source link

Closing the GMImagePickerController on iOS 13 does not raise Canceled event #74

Closed ThomasHilbertAtCervis closed 4 years ago

ThomasHilbertAtCervis commented 4 years ago

Hi,

with iOS 13 it is now possible to close the GMImagePickerController by grabbing its title bar and pulling it down and out of the screen. This will remove it from its presenting controller's stack with neither the FinishedPickingAssets nor the Canceled event being raised.

I'm not an iOS developer but I'll create a pull request for my fix.

Cheers