gpt4 book ai didi

swift - NavigationItem iOS 11 Apple 方式中的 UISearchController

转载 作者:行者123 更新时间:2023-12-03 09:17:38 25 4
gpt4 key购买 nike

在 iOS 11 中,Apple 提供了新的搜索栏,但在 iOS 11.2.2 中,当两个 View Controller 都具有 searchController 时,开发人员会出现 push\pop 动画错误。
Apple 在 Files 应用中展示了他们的愿景。
有人知道怎么做吗?

Demo

编辑#1

动画损坏的问题。
Broken UISearchBar animation embedded in NavigationItem

最佳答案

enter image description here

您可以在 ViewController -viewDidLoad 中为导航栏中的搜索栏添加一些代码行

self.navigationController?.navigationBar.prefersLargeTitles = true
self.navigationItem.largeTitleDisplayMode = .automatic
let search = UISearchController(searchResultsController: nil) // Declare the searchController
self.navigationItem.searchController = search

关于swift - NavigationItem iOS 11 Apple 方式中的 UISearchController,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48278159/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com