I couldn't get it to work using Guto Araujo's answer of navigationBar.topItem.title = @"";
However, I was able to get the desired effect by setting self.title = @""
in the init
method of my view controller. (Setting it in init
is important, viewDidLoad
won't work.)