UISearchBAR scopeBar tintColor

后端 未结 8 1966
小蘑菇
小蘑菇 2021-02-02 15:46

Has anyone managed to color the scopebar portion of a UISearchBar, it has a tintColor property but setting it does not affect the attached scopebar UISegmentedControl. Ive got a

8条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-02 16:34

    Another band-aid solution to this problem (and a less complicated one) is you could add a semi-transparent UIImageView over the top of the Search bar and Scope bar and change the background color of the UIImageView to your desired tint color.

提交回复
热议问题