Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS Storyboard Back Button

Tags:

xcode

ios

Im trying to create "push" screen. And My back button text is "Back" despite of his "father" screen title. Moreover, when I try to change text in interface builder of Xcode, it doesn't change my back button text. How can I change it by using Xcode interface builder (storyboard)?

like image 301
Jacob Jones Avatar asked Jul 11 '14 08:07

Jacob Jones


1 Answers

Here is what you need to do: CustomBack_XCODE

Result:

CustomBack_SIMULATOR

Important: you should specify Back Button text not for the VC where you see back button but for the VC that is the "parent" of the desired screen.

like image 113
Keenle Avatar answered Nov 20 '22 22:11

Keenle