Thanks @Greenamberred, aplying that offset to the banner image helps me to pull it to the top of the screen.
I'm not sure if this was what I was looking for in a solution though and I am new to this so please excuse if I worded incorrectly.
I essentially have 4 elements to this welcome view;
- Banner image (top)
- Spinning wheel image (about half the screen but aligned just north of centre)
- Some text (equally spaced between wheel and start quiz)
- Start Quiz button (bottom)
My intention is to control the layout of these using frames, padding and spacers. But the UI is squishing them down with this white space at the top.
Your solution pulls the banner image into the white space using the offset. However, the remaining items remained squished towards the bottom of the UI.
My thinking is I could use other yOffset values for these elements too but then I am artificially pulling them up or down the UI and not sure this would scale well between devices. I could be wrong though.
Does that make sense? As I said, I am still learning and what I am aspiring to won't work but if I had the same elements laid out in a non Navigation View, they would layout evenly without this white space no?