Pages Property in NavigationPage #16469
Replies: 1 comment
-
accomplished with workaround |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In xamarin.forms Pages property is there but, MAUI does not have that.
It's abstract method from INavigationPageController.
I have created a framework for navigation and when navigationPage is no longer in use then I call a method in all pages in navigation page to unsubscribe events, messaging center subscription, etc.
Beta Was this translation helpful? Give feedback.
All reactions