Nan
Nan

Reputation: 524

Special symbol character in iOS navigation bar

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.

Upvotes: 0

Views: 149

Answers (1)

Hitesh
Hitesh

Reputation: 896

Swift 3.0 StoryBoard

You can try this

Add Back Button title in NavigationItem like this

And you can get result

result

Upvotes: 2

Related Questions