滚动表视图后,搜索栏动画破裂的搜索栏动画

发布于 2025-02-02 00:32:07 字数 1095 浏览 2 评论 0 原文

我在搜索controller和搜索栏上有问题。 A具有带有tableView的ViewController。添加searchController:

let customSearchController = UISearchController()    
customSearchController.delegate = self
customSearchController.searchBar.delegate = self
customSearchController.searchResultsUpdater = self
definesPresentationContext = true
navigationItem.searchController = customSearchController 

工作正常,但是如果向下滚动列表/向上滚动列表,我在“ divion searchbar”上打破了动画(gif上的第一个应用列表list in gif):

“ rel =“ nofollow noreferrer”>

我已经从Apple Developer下载了该项目(),在此项目上,searchbar-andimation是平稳且正常工作(GIF上的第二个应用程序)。我比较了searchController和TableView上的所有设置 - 它们是平等的。

问题在哪里?谢谢

更新:解决问题。使用 uitaiteViewController 而不是 uiviewController + uitaiteView ,这就是全部。动画正确。

I have a problem with searchController and searchBar. A have ViewController with tableView. Adding searchController:

let customSearchController = UISearchController()    
customSearchController.delegate = self
customSearchController.searchBar.delegate = self
customSearchController.searchResultsUpdater = self
definesPresentationContext = true
navigationItem.searchController = customSearchController 

Works fine, but if scrolling list down/up, I have broken animation on dismiss searchBar (first app with countries-list on gif):

enter image description here

Animation is abrupt, sometimes covers the top cell of the tableView. Sometimes searchBar-dismiss stopped and not ended.

I've downloaded the project from Apple Developer (https://developer.apple.com/documentation/uikit/view_controllers/displaying_searchable_content_by_using_a_search_controller) and on this project searchBar-animation is smooth and works fine (second app on gif). I compared all settings on searchController and tableView - they are equatable.

Where is the problem? Thanks

Update: Problem solved. Use UITableViewController instead UIViewController + UITableView, thats all. Animation works correct.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文