Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我只想通过故事板而不是编码来完成它。我想把titleView变成一个搜索栏。
我不知道是什么得到了我,但是是的,您可以轻松地将 searchBar 添加到 navigationController Title View。
只需将该搜索栏拖到该位置即可。
看来我一定是不知何故错过了。它工作正常。我认为它以前不工作,但现在工作正常。我不确定发生了什么。
这是截图
注意:您只能添加 textView。似乎不是 UIView 或 UIImageView 。
您只需双击导航栏,即可输入文本。您输入的文本是导航栏的标题
它仅在故事板上可用。