I’m currently using [[UIScreen mainScreen] bounds].size.width and height to get the screen width and height for getting a new image (that fills the screen) from a server. My problem is it appears that the bounds doesn’t change on orientation changes. So if I rotate the device then it still gives me portrait width/heights even though the device is now in landscape. I’d like to not hardcode a screen width/height based on the current orientation. Is there a way that I can check the screen width and height that will correctly reflect orientation changes?
I’m currently using [[UIScreen mainScreen] bounds].size.width and height to get the screen width and
Share
You can get the width and height by