I am trying to implement in a Forms project iOS MaterialSharp (created by the creator of Mono/Xamarin) entry fields. However, I don't see a way to implement that as a custom render because it isn't just modifying properties on the EntryRenderer, it is swapping it out. Is this possible? If so, how?
Thanks!