iphonesdksnippets
misc
"Print CGRect"
NSLog
(
@"frame = %@\n"
,
NSStringFromCGRect
(
self
.view.frame));