Where can I get the magnifying glass icon used in UISearchBar?

后端 未结 4 733
离开以前
离开以前 2020-12-31 20:27

I\'m using UITextField as a UISearchBar replacement and \"stealing\" the magnifying glass icon from the original UISearchBar with this

4条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-31 20:57

    As I couldn't get a plain unicode magnifying glass to appear, I decided to see what a standard UISearchBox uses. It turns out it's an image of a magnifying glass, which I've extracted and included below, though it's a very simple shape which would be trivial to reproduce perfectly.

提交回复
热议问题