Remove the 1px border under UISearchBar

前端 未结 4 1322
长情又很酷
长情又很酷 2020-12-25 11:29

\"UISearchBar

I\'m having trouble removing that 1px border directly under the UISearchBar vi

4条回答
  •  情歌与酒
    2020-12-25 12:13

    For Swift version, tested on iOS9:

    searchBar.backgroundImage = UIImage() 
    

    It would show like this:

    no-border-result

提交回复
热议问题