Is it possible to set self.navigationItem.title = @"MyTitle";after the view has loaded ?
I am using a search bar and in the same view I feed a UITableView using the search results. So I want to set the search bar’s text value as the title of the navigation bar, after the search results loaded.
I am using iOS 4.3.
Found a solution. I followed Pedro Valentini’s post.
This is what I did,