Change cursor and text selection with .NET MAUI on iOS22 June 2023·4 minsIn this post I’ll how to give the cursor and text selection a custom color with .NET MAUI on iOS.
OTP Auto-Fill Entry for iOS with Xamarin.Forms14 October 2020·3 minsThis post shows you how to implement the iOS OTP autofill functionality in a Xamarin.Forms Entry control by using a custom renderer
UWP MaxLines and IsPassword bugs in Xamarin.Forms28 November 2018·5 minsI managed to get 2 PRs merged in Xamarin.Forms that squash two bugs for UWP using Xamarin.Forms. In this post, I will give you insight how I fixed them.