infinitered / rmq

RMQ - RubyMotionQuery
MIT License
307 stars 52 forks source link

Screen's don't seem to reapply styles when in a modal window in live reload mode #289

Open markrickert opened 9 years ago

markrickert commented 9 years ago

Create a PM::Screen and open it with open_modal(MyScreen.new(nav_bar: true)). Enter live mode and change the screen's stylesheet. Notice the screen isn't updated.

Close the modal and reopen it and the styles are now reapplied.