Cursor invisible in UISearchBar iOS 7

后端 未结 6 931
攒了一身酷
攒了一身酷 2020-12-11 15:04

I have UISearchBar in UITableView as a table header. When I push the UISearchBar for start searching, this method is being triggered

6条回答
  •  独厮守ぢ
    2020-12-11 15:45

    Cursor in the search bar takes color from Search Bar -> View -> Tint Color property. In your case, it is set to White color, so it becomes invisible.

提交回复
热议问题