When looking at Images, is there anything wrong with this:
grid.Children.Add(new Image {
Aspect = Aspect.AspectFit,
Source = "logo.png",
}, 0, 1, 0, 1); // Left, Second element
I have put logo.png and logo@2x.png into the resources file in iOS and not done anything for the core file. I have also put it into the android file. It compiles, but is not showing the image when deployed, have I done something wrong?