标签:os io ar size ios log view height
打印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]);
标签:os io ar size ios log view height
原文地址:http://www.cnblogs.com/xubojoy/p/3873930.html