当我点击带有动画的搜索栏时,iOS隐藏导航栏

Posted

技术标签:

【中文标题】当我点击带有动画的搜索栏时,iOS隐藏导航栏【英文标题】:iOS Hide Navigation Bar when i tap Search Bar with animation 【发布时间】:2018-10-10 17:56:21 【问题描述】:

当我点击带有动画的搜索栏时,我试图隐藏导航栏,这正是它在 App Store 中的发生方式。当我点击搜索栏时,我已经尝试过使用隐藏导航栏的功能,但是我没有任何动画并且导航不会返回。我正在使用class extension ViewController: UITableViewDataSource, UITableViewDelegate

这是一个内联 link

【问题讨论】:

【参考方案1】:

如果你想要像 App Store 应用中的 searchBar 这样的 searchBar,你可以使用 UISearchController 类。

您可以在 Apple Developer 网站中找到更多信息

https://developer.apple.com/documentation/uikit/uisearchcontroller

你也可以看看这个教程

https://www.raywenderlich.com/472-uisearchcontroller-tutorial-getting-started

【讨论】:

以上是关于当我点击带有动画的搜索栏时,iOS隐藏导航栏的主要内容,如果未能解决你的问题,请参考以下文章

打开搜索栏时导航栏隐藏

iOS 7隐藏导航栏时如何更改状态栏的颜色?

屏幕键盘出现时iOS隐藏导航栏

隐藏状态栏时,我的导航栏在 iOS7 中向上移动

在iOS 7中隐藏导航栏时,如何更改状态栏的颜色?

隐藏导航栏时的假状态栏颜色