I've define a button to change navigationItem title by using below method.
self.navigationItem.title
However, the title doesn't change immediately before I re-push to this view. Is there have a method like [tableView reload] to reload the title and make it shows changed immediately?