app :: App :: push_window
window visible and push it on the top of the window_stackThis method can be called at any times while the app is active.
	redef fun push_window(window)
	do
		set_view_controller(app_delegate.window, window.native)
		super
	end
					lib/ios/ui/ui.nit:126,2--130,4