Hello,
In iOS how can I cast a NavigationPage to a UINavigationController and a Page to a UIViewController?
I want to do something like this:
var custCtl = new MyUIViewController();
var nav = new NavigationPage(custCtl);
custCtl.DataSource.UINavigationController = nav;