how are you?
Recently, I migrated an application from Xamarin Forms to MAUI, and with this migration, some things will need to be redone, such as custom renders. I have implemented the custom render in my application as described in this post => Month Picker In Xamarin Forms.
I saw that in MAUI, the way of working with custom renders has changed. I managed to advance the portability of the above render using Microsoft’s documentation at this link https://learn.microsoft.com/en-us/dotnet/maui/migration/renderer-to-handler?view=net-maui-8.0, but I got stuck on the iOS part.
Has anyone already implemented custom render using MAUI who can help, based on the custom render from the above link? Is it possible to port it to MAUI?