Hello,
I'm working on converting an iOS project (MT.D) to Forms. The designs has a few places where items stacks; a background image, with a bar on top of it, and a third image with text next to it on top of that (see the attached image if that doesn't make sense).
Looking through the Forms layout options (StackLayout , AbsoluteLayout, RelativeLayout, GridLayout), they seem to be designed with a "one object per space" philosophy. In Dialog, I can specify the pixel position of objects, but in Forms I can't seem to figure out how to accomplish that, or object stacking at all! I'm hoping I'm just missing something.
I've attached a picture of a Cell in TableView from the iOS project for reference.
Thanks!