Do you have a SkiaShell simple example? #4
-
I'm trying to build something based on 'SkiaShell', but I'm not sure how to do it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
https://github.com/taublast/AppoMobi.Maui.DrawnUi.Demo/blob/main/src/AllDrawn/AppShell.xaml |
Beta Was this translation helpful? Give feedback.
-
Would definitely need to add more demos for shell, as its docs are non complete at all. Some points of interest: SkiaShell can be subclassed to override some virtuals, more customizations will come with time for sure. It has now some quick static properties to be modified at launch time for tuning, for example:
When you push pages with At the same time you can push a modal from the route, for example:
You can pass objects and parameters like in MAUI shell and catch them inside pages or viewModels either by using the attribute Example A:
Example B:
|
Beta Was this translation helpful? Give feedback.
https://github.com/taublast/AppoMobi.Maui.DrawnUi.Demo/blob/main/src/AllDrawn/AppShell.xaml