I have a title bar at the top of my app, that looks like most iOS title bars, theres the title in the middle, a back button on the left and another action button on the right.
The back button navigates to different pages and does different things depending on the currently active page, all of my pages are in a PageControl.
Is it possible for me to do something like <Clicked Target="navButton" > Or do I have to make multiple back buttons and just fade them in and out depending on the page?