gpt4 book ai didi

iphone - 如何去掉UISearchBar下方多余的黑线?

转载 作者:行者123 更新时间:2023-12-03 18:29:44 27 4
gpt4 key购买 nike

UISearchBar 的色调设置为白色后:

enter image description here

搜索框和表格之间多了一条黑线:

enter image description here

如何去除黑线?

最佳答案

只是一个调整...

searchBar.layer.borderWidth = 1;
searchBar.layer.borderColor = [[UIColor whiteColor] CGColor];

关于iphone - 如何去掉UISearchBar下方多余的黑线?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8676320/

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