若是是經過UIButton自定義UIBarButtonItem,那麼經過以下這個方式設置title是無效的。必需要直接給button設置title。spa
self.navigationItem.rightBarButtonItem.title = @"編輯";