Removing the image on the left of an UISearchbar

前端 未结 17 1842
攒了一身酷
攒了一身酷 2020-12-29 20:44

Can I remove the image on the left of an UISearchbar and add a new image?

17条回答
  •  盖世英雄少女心
    2020-12-29 21:06

    In iOS 5.0+, you can customize the search bar image using

    - (void)setImage:(UIImage *)iconImage forSearchBarIcon:(UISearchBarIcon)icon state:(UIControlState)state
    

    in a specific instance of a UISearchBar or across a bunch using the UIAppearance proxy.

提交回复
热议问题