Changing the UIBackButtonItem title

前端 未结 14 889
终归单人心
终归单人心 2020-12-04 17:48

I have a navigationController-based app. I want to change the title of the back button for the root view controller. I have tried the following code in the rootViewControlle

14条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-04 18:26

    Your problem is probably very similar to the one described here: http://blog.tmro.net/2009/05/uitabbarbuttonitem-did-not-change-its.html

    Try to debug to see if there are any _barButtonItemFlags set for your button...

提交回复
热议问题