I want to draw a badge over an Image. I do this on Android with a custom renderer in the Draw function. This works perfect. No problem.
But on iOS always the image is drawn over the things I inserted in the function Draw, even when I don't call base.Draw().
Any suggestions?