UISearchBar去除底部黑线问题

有时我们在设置搜索框的时候底部会出现一条黑线,要 去除这黑线只需设置。 

[self.searchBar setBackgroundImage:[UIImage new]];

原文地址:https://www.cnblogs.com/cnman/p/4996349.html