菜鸟教程小白 发表于 2022-12-12 21:44:52

iphone - 如何在 UITableview 的标题中向 UISearchBar 添加按钮?


                                            <p><p>我的问题与 <a href="https://stackoverflow.com/questions/4458030/how-to-add-button-to-uisearchbar" rel="noreferrer noopener nofollow">how to add button to UISearchBar</a> 不同,因为他在导航栏中添加了搜索栏,而我需要使用表格 View 。</p>

<p>我正在一个应用程序中工作,我需要在 UISearchbar 的搜索框旁边添加一个按钮。我试图为此找到解决方案,但我发现的唯一方法是使用 UINavigationBar。但是,我需要在编辑事件的开始和结束时为搜索栏设置动画,因此将其放在导航栏上不能满足我的需求。 </p>

<p>我已将搜索栏放在 UITableview 的标题 View 中,以便它可以随表格 View 滚动。除了搜索框旁边的按钮之外,它可以正常工作并按预期制作动画,当然还可以滚动。</p>

<p>有没有其他方法可以在 UISearchBar 的搜索框旁边添加一个按钮?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>是的,您可以将它们都添加到 View 中并在 </p> 中返回 View

<pre><code>- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section;
</code></pre>

<p>方法。</p></p>
                                   
                                                <p style="font-size: 20px;">关于iphone - 如何在 UITableview 的标题中向 UISearchBar 添加按钮?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/11308974/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/11308974/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iphone - 如何在 UITableview 的标题中向 UISearchBar 添加按钮?