Special symbol character in iOS navigation bar

时间:2017-06-12 16:48:47

标签: ios swift button

How to type or implement "back" in iOS navigation bar as this image:

enter image description here

I understand if I put an image in a button, but what if I want to type the special symbol "<" and then append the Setting. I tried a few special "back" character, but either the symbol is too small, or not looks like this.

enter image description here If I set it as this in the property attribute, the button will like this:

enter image description here

How to resolve this issue? Thanks in advance.

1 个答案:

答案 0 :(得分:2)

Swift 3.0 StoryBoard

You can try this

Add Back Button title in NavigationItem like this

And you can get result

result