Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 91519

Prism and NavigationPage

$
0
0

Hello,

i'm playing around with prism. At the moment, i'm trying to create an app that starts wih a navigation page.

In a 'classic' xamarin.forms app i would do it like this in my App.cs:

public App ()
{
  InitializeComponent();

  var myMainPage = new MyMainPage();
  var navPage = new NavigationPage(myMainPage);

  MainPage = navPage;
}

I'm struggeling to do this with prism.

@BrianLagunas can you provide an example on how to start with a navigation page using prism?


Viewing all articles
Browse latest Browse all 91519

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>