Removing the image on the left of an UISearchbar

前端 未结 17 1834
攒了一身酷
攒了一身酷 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:00

    in ios6 at least there is a [searchbar setImage:<#(UIImage *)#> forSearchBarIcon:<#(UISearchBarIcon)#> state:<#(UIControlState)#>]

    property u can set :)

提交回复
热议问题