hyperoslo / ImagePicker

:camera: Reinventing the way ImagePicker works.
Other
4.86k stars 676 forks source link

Add support for Objective-C, remove deprecations #358

Closed hansemannn closed 6 years ago

hansemannn commented 6 years ago

This PR aims to restore Objective-C support by:

It also fixes a deprecation warning caused by the deprecated setStatusBarHidden:animation: selector in favor of prefersStatusBarHidden that is used already but is now returning the actual value set by the instance property.

Let me know if you have any issues with these changes, thx!