菜鸟教程小白 发表于 2022-12-13 17:10:33

iphone - UITableView 滚动 UINavigationBar


                                            <p><p>如何根据 UITableView 滚动滚动我的 UINavigationBar,我的意思是:</p>

<ul>
<li>当用户向下滚动 UITableView 时,UINavigationBar 应该随着 UITableView 滚动并消失;</li>
<li>当用户向上滚动 UITableView 时,UINavigationBar 应该固定在 View 的顶部。</li>
</ul>

<p>我想要一个类似的效果 <a href="https://stackoverflow.com/questions/4955974/uisearchbar-on-the-top-of-uitableview-which-can-hide-but-stay-close-to-uinavigat" rel="noreferrer noopener nofollow">question</a>但不是 UISearchBar 我需要用 UINavigationBar 做同样的效果,我已经尝试过链接中的代码。请任何代码或源代码将不胜感激。</p>

<p>提前致谢。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>您可以查看 <a href="https://github.com/andreamazz/AMScrollingNavbar" rel="noreferrer noopener nofollow">this library</a> 的代码.它的行为略有不同(它模仿 Chrome ios7 应用程序),但您可以轻松地修改导航栏处理以满足您的需求。</p></p>
                                   
                                                <p style="font-size: 20px;">关于iphone - UITableView 滚动 UINavigationBar,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/13002064/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/13002064/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iphone - UITableView 滚动 UINavigationBar