ios - Swift : Modifying UISearchBar Cancel button font text color and style -
this question has answer here:
- change uibarbuttonitem uisearchbar 2 answers
how can change text font , color of uisearchbar cancel button in swift ?
may you.
let cancelbuttonattributes: nsdictionary = [nsfontattributename: font_regular_16!, nsforegroundcolorattributename: color_blue] uibarbuttonitem.appearance().settitletextattributes(cancelbuttonattributes, forstate: uicontrolstate.normal)
Comments
Post a Comment