Storyboard UINavigation Controller Back Button Text

后端 未结 2 1066
夕颜
夕颜 2021-01-06 20:40

In XCode 4.5.1 creating a storyboard app with a Navigation controller, I am having a hard time trying to set the BACK button for any view controllers that are pushed. I\'m

2条回答
  •  攒了一身酷
    2021-01-06 21:14

    The accepted answer is a hack, this is the way to do it...

    1. Open StoryBoard
    2. In Document Outline window find ViewController to which you want to return to
    3. Click on Navigation Item of that ViewController
    4. In Attributes explorer change Back Button value to your custom tile

    That is it, enjoy...

提交回复
热议问题