UINavigationController's back button disappears?

前端 未结 2 1598
孤街浪徒
孤街浪徒 2021-01-04 20:43

I notice something strange happens to one of my view controller: the back button disappears, yet it\'s possible to go back to previous view controller by tapping the top lef

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-04 21:02

    Oh dear. In the implementation of the previous view controller, I accidentally set self.title to @"", which causes this annoying bug.

    Remove this line solves the problem.

提交回复
热议问题