Reputation: 289
I have a navigation controller, with 3 view controllers.
Nav Ctrller -> VC1 -> VC2 -> VC3
Say I want the 'Back' button on VC2 and VC3 to read 'Previous' instead. In VC1, I selected/highlighted the nav bar item from Storyboard and changed the Back Button property to 'Previous'.
Now VC2 back button says 'Previous', but the back button on VC3 still says 'Back'. I thought I need to make the same change for nav bar item in VC2, but there is no nav bar item to select. I guess nav bar item shows up only in root VC?
Currently I am changing the back button label on VC3 by code. Is there no option to change the back button label on VC3 using Storyboard?
Thanks.
Upvotes: 0
Views: 562