How to left align UISearchBar placeholder text

前端 未结 10 786
孤独总比滥情好
孤独总比滥情好 2020-12-17 17:04

\"This

I need to make a custom search bar like this. Th

10条回答
  •  暖寄归人
    2020-12-17 17:21

    Don't use a UISearchBar if you need to do these kinds of customizations. You'll have to make your own using a UITextField and a UIImageView, and responding to the delegate calls.

提交回复
热议问题