iOS Storyboard Back Button

后端 未结 2 1206
再見小時候
再見小時候 2020-12-10 03:08

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

相关标签:
2条回答
  • 2020-12-10 03:33

    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.

    0 讨论(0)
  • 2020-12-10 03:37

    Is by any chance the title very long? In that case the back button text will be changed to localized 'Back'. If that is the case try with shorter text or specify a shorter text in the father's navigation item back button property.

    0 讨论(0)
提交回复
热议问题