Files
2016-07-06 16:09:11 +03:00

23 lines
519 B
Markdown

---
nav-title: "frame How-To"
title: "frame"
environment: nativescript
description: "Examples for using frame"
previous_url: /ApiReference/ui/frame/HOW-TO
---
# Frame
To perform navigation, you will need a reference to the topmost frame of the application.
{%snippet frame-require%}
### Navigating to a Module
{%snippet frame-navigating%}
### Navigating with a Factory Function
{%snippet frame-factory-func%}
### Navigating with NavigationEntry
{%snippet frame-naventry%}
### Navigating Back
{%snippet frame-back%}