iPhone change back button title without code

enter image description here

enter image description here

We have navigator when we get second page automatically back button title wrote Back we want to write our own language back (Geri) We tried change Back Button title on navigator item settings but back title did not change. If there is no solution without writing code, you can give us code example

NOTE : Previous page got title still write Back Thank you.

Upvotes: 2

Views: 148

Answers (1)

Keenle
Keenle

Reputation: 12220

You should define back button not for the view that displays button but for the the view that had beed displayed before current one.

Looks at answer for this question: iOS Storyboard Back Button

Upvotes: 3

Related Questions