如何将导航栏标题设置为可编辑的文本字段?

Ale*_*eod 1 iphone cocoa-touch uinavigationbar

我希望用户能够编辑导航栏的标题.我觉得我之前在应用程序中看过它.这可能吗?

Pau*_*l.s 5

如果你正在使用一个UINavigationController然后玩

self.navigationItem.titleView = // UITextView
Run Code Online (Sandbox Code Playgroud)