我想更新旧 iOS 10 应用程序的 UISearchController 外观,使其效果类似于 iOS 11 中的原生 Photos 应用程序。
但我不确定如何获得从 LargeTitle 到 UISearchController 的 NavigationBar 过渡的平滑动画。
更新
我知道有UINavigationItem 的属性UISearchController ,但它只是显示UISearchBar 大标题下 它的外观与 hidesNavigationBarDuringPresentation 设置为 true 看起来完全不同。
感谢您的任何建议。
Best Answer-推荐答案 strong>
在 iOS 11 中,有一种将 UISearchController 添加到 UINavigationItem 的新方法。查看 documentation来自苹果。
关于ios - 一种在 iOS 11 中实现类似于 Photos 应用的 UISearchController 外观的方法,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/46345380/
|