How to change UISearchBar Placeholder and image tint color?

前端 未结 12 2358
暖寄归人
暖寄归人 2020-11-29 01:24

I\'ve been trying search results for hours, but I can\'t get this figured out. Perhaps it isn\'t possible. I\'m trying to change the tint color of the placeholder text and m

12条回答
  •  独厮守ぢ
    2020-11-29 02:12

    Small update to Vasily Bodnarchuk's great answer.

    Swift 4+

    NSForegroundColorAttributeName has been changed to NSAttributedStringKey.foregroundColor

提交回复
热议问题