jamonholmgren / ProMotion

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

Fix an issue preventing certain screen options from being applied in certain scenarios #808

Closed andrewhavens closed 6 years ago

andrewhavens commented 6 years ago

Fixes an issue where nav bar would not hide/show correctly when transitioning between screens. Also makes opening a screen in app delegate more consistent with opening a screen from another screen.