If I wanted to rotate an entire screen 90 degrees, and set the width to the screen height, and the height to the screen width (this is for a vertical screen on apple tv, and the landscape to portrait rotation doesn’t do what’s expected), what would be the best way to do that with compose, since I don’t have the rendered width and height when declaring size in compose?
spierce7
02/12/2021, 12:38 AM
Thank you for the suggestion. I will try this approach tonight and let you know if I get it working.