Back-like arrow on iOS 7

前端 未结 4 1236
深忆病人
深忆病人 2021-02-20 07:14

I need to add a left bar button item in my app that looks like system back button, but is not the system back button, since it will appear on view controller that is the only vc

4条回答
  •  無奈伤痛
    2021-02-20 08:12

    You can use any Unicode character (anywhere in your code) for this.

    You can find what you want here:

    Xcode > Edit > Special Characters...

    Search for arrow or back or browse the categories.
    Then copy paste the character where required (in the XIB object's title or in the setTitle or setText methods like any other character)

    something like: enter image description here

提交回复
热议问题