Skip to content

Instantly share code, notes, and snippets.

@mogeta
Created March 22, 2012 06:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mogeta/2156655 to your computer and use it in GitHub Desktop.
Save mogeta/2156655 to your computer and use it in GitHub Desktop.
get width in iOS
NSInteger width = [[UIScreen mainScreen] applicationFrame].size.width;
@mogeta
Copy link
Author

mogeta commented Mar 22, 2012

iOSで画面サイズを取る際のワンライナー

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment