RadekVyM / SimpleToolkit

SimpleToolkit is a .NET MAUI library of helpers and simple, fully customizable controls, such as SimpleShell - custom Shell implementation that allows you to create unique navigation experiences.
MIT License
434 stars 44 forks source link

Combine flyout and bottom bar #27

Open raselldev opened 1 year ago

raselldev commented 1 year ago

Can you give example how to combine flyout and bottom navigation bar?

grayfallstown commented 1 year ago

I would love that, too. For my use case, I would use the flyout to switch between different groups of tabs (pages), which each tabgroup having their own bottom bar, with different tabs (subpages) each.

Currently trying to get this done merging the Navbar-Animation-1 and the HamburgerMenuApp, but this would be my first maui app, so progress is slow.