gpt4 book ai didi

ios - 如何将 Storyboard的搜索栏分配给 searchController searchBar 属性

转载 作者:可可西里 更新时间:2023-11-01 04:00:07 25 4
gpt4 key购买 nike

当我将 searchBar 添加为 tableViewheaderView 时,所有委托(delegate)方法都按预期触发。

  1. self.myTableView.tableHeaderView = self.searchController.searchBar;

但是如果我从 StoryBoard 中获取一个 searchBar IBOutlet 并将其分配给 self.searchController.searchBar,则不会触发委托(delegate)方法!

  1. _mySearchBar = self.searchController.searchBar;

我还尝试将 mySearchBar 嵌入到 View 中,然后分配:

  1. _mySearchBarView = self.searchController.searchBar;但是没有成功!

我是不是做错了什么

最佳答案

看起来唯一的方法是子类化 UISearchController,然后设置您的自定义 searchBar:

To use a custom subclass of UISearchBar, subclass UISearchController and implement this property to return your custom search bar.

UISearchController searchBar documentation

关于ios - 如何将 Storyboard的搜索栏分配给 searchController searchBar 属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39768442/

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