gpt4 book ai didi

iphone:界面更改时搜索栏删除背景

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

我已使用此代码删除搜索栏后面的背景,但是当我将 View 旋转为横向或在横向 View 中启动应用程序时,搜索栏周围会显示黑色容器

for (UIView *searchSubview in mySearchBar.subviews) {
NSLog(@"Subview: %@", searchSubview);
if ([searchSubview isKindOfClass:NSClassFromString(@"UISearchBarBackground")]) {
//[searchSubview removeFromSuperview];
[searchSubview setAlpha:0.0];
//[searchSubview setBackgroundColor:[UIColor clearColor]];
//break;
}
}

请赐教一下。我尝试在 willRotate、shouldRotate 和 didRotate 方法中实现此代码,但问题仍然存在。请赐教。

问候安基特

最佳答案

明白了......

打开界面生成器在 View 中的搜索栏属性下,模式设置为“重绘”,将其设置为scaleToFill

关于iphone:界面更改时搜索栏删除背景,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5728384/

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