//获取当前屏幕尺寸

    CGRect screenFrame = [UIScreen mainScreen].bounds;

    int screenWidth = screenFrame.size.width;

    int screenHeight = screenFrame.size.height;

    int navigation = screenHeight-64;

相关文章:

  • 2021-11-14
  • 2022-12-23
  • 2021-12-14
  • 2022-12-23
  • 2022-12-23
  • 2022-01-25
  • 2021-11-17
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-30
  • 2021-10-01
  • 2021-11-18
  • 2021-09-15
  • 2022-12-23
相关资源
相似解决方案