module ProMotion class Screen def open_with_nav_bar # Create UINavigationController, insert view end def open # Push view onto existing UINavigationController end end end