iOS底部设备上获取主屏幕导航栏底部的高度如何?

huangapple go评论113阅读模式
英文:

How to get height of ios home navigation line in the bottom of device?

问题

How can I get the height of this system line? it overlaps bottom of the application.
我怎样才能获取这个系统线的高度?它重叠在应用程序的底部。
I want to get its height and set a padding to the bottom of the whole application.
我想获取它的高度,并在整个应用程序底部设置内边距。

英文:

How can I get the height of this system line? it overlaps bottom of the application.
I want to get its height and set a padding to the bottom of whole application

iOS底部设备上获取主屏幕导航栏底部的高度如何?

答案1

得分: 0

你可以使用这个:

MediaQuery.viewPaddingOf(context).bottom
英文:

you can use this:

MediaQuery.viewPaddingOf(context).bottom

huangapple
  • 本文由 发表于 2023年7月13日 15:49:46
  • 转载请务必保留本文链接:https://go.coder-hub.com/76677064.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定