我试过以下没有运气:
self.navigationItem.prompt = webTitle;
我能够创建提示的唯一方法是将以下设置应用到IB中的NavigationBar.
self.navigationItem.prompt = @"Hello";