In my application,I need to show the previous viewController title to current viewController back title.
Its working perfectly in iOS6.
In iOS7,automaticall
try this,
self.navigationController.navigationBar.topItem.title = @"";