You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I want to make my dotnet maui app on iOS look like the new iOS 26 Apple Apps with the big title in the top left and a fluent background between title bar and content without a border or color difference. At the moment my titlebar is white while the content has the default light mode iOS background color and the title is small and centered and there seems to be a small border.
I found some docs but they keep referring to NavigationPage types and not for Shell nav (or I overlooked it).
So my question: How can I enable app wide styling in my Shell nav based app that has a bottom tab bar (iOS 26 Liquid Glass style) and the top title bar?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I want to make my dotnet maui app on iOS look like the new iOS 26 Apple Apps with the big title in the top left and a fluent background between title bar and content without a border or color difference. At the moment my titlebar is white while the content has the default light mode iOS background color and the title is small and centered and there seems to be a small border.

I found some docs but they keep referring to NavigationPage types and not for Shell nav (or I overlooked it).
So my question: How can I enable app wide styling in my Shell nav based app that has a bottom tab bar (iOS 26 Liquid Glass style) and the top title bar?
https://learn.microsoft.com/en-us/dotnet/maui/ios/platform-specifics/navigation-bar-translucent?view=net-maui-10.0
https://learn.microsoft.com/en-us/dotnet/maui/ios/platform-specifics/page-large-title?view=net-maui-10.0
Beta Was this translation helpful? Give feedback.
All reactions