IOS 打印语句
时间:2014-07-29 11:08:16
收藏:0
阅读:420
打印width和height
NSLog("width: %f, height: %f",self.View.frame.size.width, self.View.navigationBar.frame.size.height);
打印frame
NSLog(@"%@",[NSValue valueWithCGRect:self.View.bounds]);
原文:http://www.cnblogs.com/xubojoy/p/3873930.html
评论(0)