如何删除UISearchBar下面的额外黑线? [英] How to remove the extra black line beneath UISearchBar?

查看:335
本文介绍了如何删除UISearchBar下面的额外黑线?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

UISearchBar 的色调设置为白色后:

After setting the tint of a UISearchBar to White:

搜索框和表格之间有一条额外的黑线:

There is an extra black line between the search box and the table:

如何删除黑线?

推荐答案

只是一个调整...

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

这篇关于如何删除UISearchBar下面的额外黑线?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆