iOS 11 UISearchBar background color

后端 未结 5 659
南旧
南旧 2021-02-13 19:25

I understand that this question has been asked many, many times on SO. However, as Apple does best, with the release of iOS 11, they seem to ha

5条回答
  •  一生所求
    2021-02-13 20:13

    It's much simpler than that in Swift 5.

        searchBar.barTintColor = .black
        searchBar.searchTextField.backgroundColor = .white
    

提交回复
热议问题