This code is being published to showcase the functional disparities of the MAUI Shell Tabs between Android and iOS. It aims to highlight the issues encountered specifically with the iOS functionality.
This version uses the following NuGet package versions.
- Microsoft.Extensions.Logging.Debug v8.0.0
- Microsoft.Maui.Controls v8.0.21
- Microsoft.Maui.Controls.Compatibility v8.0.21
- Microsoft.NET.ILLink.Tasks v8.0.4
These packages where the lastest non-prerelease versions avilable at the time.
See dotnet/maui#18193 (comment)
| Android | iOS |
|---|---|
| MP4 Video | MP4 Video |
name: .NET MAUI - Shell description: This sample demonstrates a .NET MAUI Shell app. page_type: sample languages:
- csharp
- xaml products:
- dotnet-maui urlFragment: fundamentals-shell
.NET Multi-platform App UI (.NET MAUI) Shell reduces the complexity of app development by providing the fundamental features that most apps require, including:
- A single place to describe the visual hierarchy of an app.
- A common navigation user experience.
- A URI-based navigation scheme that permits navigation to any page in the app.
- An integrated search handler.
This sample demonstrates a .NET MAUI Shell app.
For more information about this sample, see .NET MAUI Shell.