gpt4 book ai didi

objective-c - UIToolbar 在 iOS7 中进入状态栏

转载 作者:太空狗 更新时间:2023-10-30 03:39:32 25 4
gpt4 key购买 nike

我有一个 UIView,还有一个 UIToolbar 和 UIWebView。我想在 UIView 的顶部显示工具栏,然后页面的其余部分被 webView 覆盖。但是工具栏像这样在状态栏下 enter image description here

如何在 iOS7 中更正它。

最佳答案

1) 将工具栏的 Y 位置设置为 20(在界面构建器中或在代码中)

2) 设置工具栏委托(delegate)

3) 在你的工具栏代理工具中:

- (UIBarPosition)positionForBar:(id <UIBarPositioning>)bar
{
return UIBarPositionTopAttached;
}

enter image description here

关于objective-c - UIToolbar 在 iOS7 中进入状态栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20442076/

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