Using PageControl & Navigation

So I am having issues with mixing in pagecontrol with the router & navigation system. I understand the basic idea of the router on how to use it and navigate around. But if I have a page in the router system that will have its own pages with in it how would I go about that? I tried using PageControl but it wasn’t working appropiately, if someone could show me a simple blank system like this I’d greatly apperciate it.

The “Navigator” sample uses both Navigator and PageControl create and interface. Each embedded navigation provides a sub-path on the route. If you embed PageControl in a PageControl you will need to change the orientation of the embedded one, or disable user interaction, otherwise swiping won’t work right.

https://github.com/fusetools/fuse-samples/tree/master/Samples/UIStructure/Navigation