jamonholmgren / ProMotion

ProMotion is a RubyMotion gem that makes iPhone development less like Objective-C and more like Ruby.
MIT License
1.26k stars 147 forks source link

Feature/bugfix: update status bar methods to work with newer versions of iOS #806

Closed andrewhavens closed 6 years ago

andrewhavens commented 6 years ago

This PR restores functionality for hiding/showing/styling the status bar. In iOS 7, much of the previous functionality was deprecated. I have updated all of the status bar functionality to work with iOS 7+.

In addition, I have also added a few helpful warnings related to nav bar buttons when specifying deprecated options, or incorrectly specifying the title.

Opening this PR now to trigger a Travis build to see if the suite is green.