I have normal UIViewController ,inwhich I added UINavigationControllerDelegate,i added as following in willappear?but it did not work?
[self.navigationController setNavigationBarHidden:NO animated:YES];
self.navigationController.navigationItem.title = @"hai";