Change .NET MAUI iOS Status Bar Color (Background)

At the moment I’m working on a little .NET MAUI Blazor app and out of the box the iOS target has a white status bar at the top. I’m no designer, but I don’t like how that looks. In this post I’ll show you how to add a nice status bar color, even when rotating … Read more

Implement Folder Picker with .NET MAUI, WinUI and macOS

As with any good piece of content, this started as a Stack Overflow question: how to implement a folder picker with .NET MAUI? In this post I’ll show you just that by using dependency injection and implementing platform code. This post talks about dependency injection. Are you not 100% sure what that is or how … Read more