Ios 无法将情节提要搜索栏与searchController连接

Ios 无法将情节提要搜索栏与searchController连接,ios,uitableview,uisearchbar,Ios,Uitableview,Uisearchbar,我想使用我在故事板中放置的搜索栏和我在viewdidload中加载的searchController,当我使用以下选项时,它会起作用,但我想将搜索栏放置在tableview标题以外的位置(例如,通过故事板而非编程方式) 我将一个搜索栏拖到故事板中,将其连接为.h中的一个出口,并设置为viewcontroller的代理。 当我尝试如下设置myCustomSearchBar时,它不起作用: __myCustomSearchBar = self.searchController.searchBar;

我想使用我在故事板中放置的搜索栏和我在viewdidload中加载的searchController,当我使用以下选项时,它会起作用,但我想将搜索栏放置在tableview标题以外的位置(例如,通过故事板而非编程方式)

我将一个搜索栏拖到故事板中,将其连接为.h中的一个出口,并设置为viewcontroller的代理。 当我尝试如下设置myCustomSearchBar时,它不起作用:

__myCustomSearchBar = self.searchController.searchBar;
__myCustomSearchBar = self.searchController.searchBar;