gpt4 book ai didi

ios - 在半透明导航栏下查看?

转载 作者:行者123 更新时间:2023-12-02 01:25:07 24 4
gpt4 key购买 nike

如何使 View Controller 的 View 扩展到全屏,这意味着它甚至位于半透明导航栏下方?

最佳答案

您可以将 View Controller 放置在导航栏下方。

if ([viewController respondsToSelector:@selector(setEdgesForExtendedLayout:)]) {
[viewController setEdgesForExtendedLayout:UIRectEdgeAll];
}

关于ios - 在半透明导航栏下查看?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28387178/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com