

Recent
Change cursor and text selection with .NET MAUI on iOS
·4 mins
In this post I’ll how to give the cursor and text selection a custom color with .NET MAUI on iOS.
Publish iOS ipa error: unable to build chain to self-signed root for signer ...
·3 mins
In this post I’ll show you my fix for the error Warning: unable to build chain to self-signed root for signer “Apple Distribution: Gerald Versluis (xxxxxx).
Displaying Base64 encoded images in .NET MAUI
·3 mins
In this blogpost I will show you how to show Base64 encoded image in your .NET MAUI apps. As a bonus, we’ll see how to encode it yourself too!
Full-screen, disable minimize/maximize for .NET MAUI Windows apps
·5 mins
In this post we will learn how to make your .NET MAUI Windows app fullscreen or disable the maximize and minimize button on the title bar
Customize the Tab Bar "More" Title with .NET MAUI on Android
·3 mins
In this post you will learn how to customize the title for the overflow tab in the Android tab bar with .NET MAUI apps