标签:
导航栏高度获取
1 self.navigationController.navigationBar.frame.size.height
状态栏高度获取
1 [UIApplication sharedApplication].statusBarFrame.size.height
标签栏高度获取
1 tabViewController.tabBar.frame.size.height
Navigation bar高度、Status bar高度以及tab bar的高度是永不变的(当然除自定义啦):
标签:
原文地址:http://www.cnblogs.com/fangchun/p/4565006.html