<div class="meta" robots="noindex">

</div>

Method

|                     |
|---------------------|
| MobileScreen.PushTo |

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

<div class="warning">

<div class="title">

Warning

</div>

This item was deprecated in version 2022r2. Please use `MobileScreen.Show<mobilescreen.show>` as a replacement.

</div>

# Description

Displays a new view by *pushing* it on top of the current `MobileScreen</api/user_interface/mobile/mobilescreen>` or `iOSView</api/deprecated/iosview>`. When the new `MobileScreen</api/user_interface/mobile/mobilescreen>` is closed, the previous `MobileScreen</api/user_interface/mobile/mobilescreen>` will be displayed.

# Usage

*MobileScreen*.**PushTo**(*newView*)

| Part         | Description                                                                                                                                                                                      |
|--------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| MobileScreen | The currently displayed `MobileScreen</api/user_interface/mobile/mobilescreen>`.                                                                                                                 |
| newView      | The `MobileScreen</api/user_interface/mobile/mobilescreen>` or `iOSView</api/deprecated/iosview>` to be displayed on top of the current `MobileScreen</api/user_interface/mobile/mobilescreen>`. |

# Compatibility

Mobile projects on iOS.

# See also

`MobileScreen.Show<mobilescreen.show>`
