Skip to content

Instantly share code, notes, and snippets.

@MaximAlien
Created January 13, 2016 10:38
Show Gist options
  • Save MaximAlien/ebcb317242d075d1fbda to your computer and use it in GitHub Desktop.
Save MaximAlien/ebcb317242d075d1fbda to your computer and use it in GitHub Desktop.
[iOS] NSLog frame of the UIView
NSLog(@"Frame: %@", NSStringFromCGRect(customView.frame));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment