Hi!
I’ve built out a fairly complex app with multiple views and a ton of display objects.
While the positioning works well for almost every device, I’m having trouble with the iPhone X because of the safe zones.
Really I think I would be fine if the screen just moved down past the safe zone (ie. the origin was at 0, 30 rather than 0, 0). Is there a way to do this or achieve this effect without going to every single display object I create and adding a conditional +30 to the .y property?
Thanks so much!
David