先来看一下 UIBarItem 的 title 的描述 The title displayed on the item. You should set this property before adding the item to a bar. The default value is nil. 它的默认值为nil,你应该在把 item 添加到 bar 上前设置好它. 我们都知道,当我们 push 一个 viewController 后,返回 item 上的 title 正是上一个 viewCo…