Hi!
I'm having a similar problem, but I'm already using UIAnchor. My problem is, what happens if aspect ratio is different. Let me explain myself:
- I place a button using UIAnchor to the top left, anchor set to top left.
- It works perfect inside editor, I can change the window size and it's at the right position.
- But, on iPhone5 button is not top aligned, it just goes out of screen.
How can I make it work?
Thanks!