0

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?

4

1 回答 1

1

这会帮助你

 self.title = @"Some title here";
于 2012-12-05T14:07:08.110 回答