Skip to content

Instantly share code, notes, and snippets.

@tamaki-shingo
Created June 18, 2012 02:38
Show Gist options
  • Save tamaki-shingo/2946527 to your computer and use it in GitHub Desktop.
Save tamaki-shingo/2946527 to your computer and use it in GitHub Desktop.
NSLogでCGRectを一発表示させる
CGRect frame = view.frame;
NSLog(@"%@",NSStringFromCGRect(frame));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment