carousell / pickle

Carousell flavoured image picker with multiple photo selections.
https://carousell.github.com/pickle
Apache License 2.0
60 stars 25 forks source link

Fix iOS 11 Navigation Issue #18

Closed bcylin closed 6 years ago

bcylin commented 6 years ago

The steps described in #16 end up in a blank unresponsive page. These changes should prevent the unresponsive state in iOS 11 when the Photos permission is denied.

An additional PHAuthorizationStatus check before presenting Pickle.ImagePickerController is still required until the system permission denied message can be properly displayed in iOS 11.

daveluong commented 6 years ago

Shall I merge and create a release with this fix? We need to ship it in next release :D

bcylin commented 6 years ago

Sure, let me update the README first, thanks!