ios - 如何在ios的标签栏 Controller 中添加搜索栏?
<p><p>我正在做一个项目,我必须在顶部的标签栏 Controller 上使用搜索栏。我尝试了很多代码但没有工作我正在分享我的代码。请帮我解决这个问题。</p>
<pre><code>UISearchBar *search = [ init];
search.frame = CGRectMake(5 ,5, 300,45);
search.delegate = self;
search.showsBookmarkButton = NO;
search.placeholder = @"Search/Select a Creative Service";
search.barTintColor = ;
</code></pre></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>将搜索栏设置为标题 View :</p>
<pre><code>self.navigationItem.titleView = search;
</code></pre></p>
<p style="font-size: 20px;">关于ios - 如何在ios的标签栏 Controller 中添加搜索栏?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/32562604/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/32562604/
</a>
</p>
页:
[1]