I'm porting my world famous "Cat Litter Reminder" app to iOS using Xamarin Forms (the previous version was written using Xamarin.Android).
When I change the Image on the page by setting the Image.Source property, the Image on the XAML ContentPage momentarily disappears, a layout occurs, and than the Image appears again. This is very annoying.
How can I avoid this redrawing?