Blog post describing the implementation: https://blog.verslu.is/maui/change-cursor-color-maui-ios/
Sample code to demonstrate how to give the cursor and selection a custom color with .NET MAUI on iOS
This code serves as an example for a Stack Overflow question here: https://stackoverflow.com/a/76529964/1506387
The end result will look like this, note the green cursor and selection color in the Entry
: