Method

MobileScreen.PushTo


Warning

This item was deprecated in version 2022r2. Please use MobileScreen.Show as a replacement.

Description

Displays a new view by pushing it on top of the current MobileScreen or iOSView. When the new MobileScreen is closed, the previous MobileScreen will be displayed.

Usage

MobileScreen.PushTo(newView)

Part

Description

MobileScreen

The currently displayed MobileScreen.

newView

The MobileScreen or iOSView to be displayed on top of the current MobileScreen.

Compatibility

Mobile projects on iOS.