hello, I’m trying to make a 3x3 frame but when changing the simulator device the frame gets messy. I have tried pinning rectangle but it’s still like that, does anyone have any solution?
thank you!
Yeah you’ll likely need to do some math based on the Device scale and/or ratio that you get by dragging the “Device” into your patch editor. These should allow you to format all your rectangles properly based on which device is used
Yeah, I think in this case you can divide screen size by 3 and use that as the size of your rectangles. I never know when to use screen scale, but that might come into play too.
3 Likes
Will that pinning method holds up when we change the simulation device from resizable window to iphone 8, ipad pro, nexus 9 etc?
Oh yeah! I forgot that you can do this now with the “relative” sizing option. I’m stuck in the old ways!
1 Like