Context
I am using the ExrinSampleMobileApp from the Exrin repository.
Question
How can I set the main and detail tab's title?
I tried to set the appropriate view's title with no effect (DetaiView and MainView)
Context
I am using the ExrinSampleMobileApp from the Exrin repository.
Question
How can I set the main and detail tab's title?
I tried to set the appropriate view's title with no effect (DetaiView and MainView)
Because everything is wrapped in a NavigationPage, you need to set the Title of the NavigationPage. The easiest way to do this is via the Stack.
When you pass through a new NavigationPage, set it's title, as shown here.