Skip to content

SpaceTech

Exploration of Information, Communication and Technology

  • Home
  • Resx Builder
  • About
  • LinkedIn
  • Github

Xcode Dimensions Of The Screen In iOS

September 18, 2012June 2, 2021 Bjarne

To get the dimensions of the iPhone or iPad screen you can do the following in xcode:

CGRect screenRect = [[UIScreen mainScreen] bounds];
CGFloat screenWidth = screenRect.size.width;
CGFloat screenHeight = screenRect.size.height;
Posted in TechnologyTagged dimension, ipad, iphone, Mac, Tips and Tricks, xcode

About

Hey! Engineer here. This is my engineering diary. I enjoy creating things, whether that be websites, plugins, mobile apps. I'm currently playing around in an engineering department where I work on a wide variety of interesting and meaningful projects on a daily basis. You’re welcome to connect and say hey on LinkedIn. Enjoy!


  • How to use parameter arguments in C#
  • Fixing Windows 11 Start Menu Not Working: Easy Solutions and Troubleshooting Tips
  • How to turn off history in ChatGPT and go into incognito mode
  • Troubleshooting Windows 11 Wi-Fi Not Working: Solutions and Fixes
  • How to Count unique string values among duplicates in Excel

Copyright ©SpaceTech

Clean Theme by WPVKP