gpt4 book ai didi

iphone - UIToolBar 高度不会改变

转载 作者:行者123 更新时间:2023-12-03 21:07:10 27 4
gpt4 key购买 nike

我有一个非常顽固的 UIToolbar,无论我尝试如何不同的方法,它都拒绝改变其高度。

我看过这个问题,但它对我不起作用

Is there a way to change the height of a UIToolbar?

这是我拍照时cameraOverlayView的工具栏。这是我尝试过但没有成功的方法:

-调整当前框架的高度

-为其框架创建一个新的 CGRect

-UIToolbar 的子类化并编辑其drawRect 函数

- (void)drawRect:(CGRect)rect
{
//Create a rectangle for the toolbar
CGRect rectArea = CGRectMake(0, 0, 320, 70);
[self setFrame:rectArea];

}

是否有一些我不知道的属性会阻止 UIToolbar 调整其高度?

最佳答案

关于iphone - UIToolBar 高度不会改变,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6012950/

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