导航栏高度获取

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的高度是永不变的(当然除自定义啦):

  1. Navigation bar - 44pts
  2. Status bar - 20pts
  3. Tab bar - 49pts.

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-03
  • 2021-11-14
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案