草庐IT

Searchcontroller

全部标签

ios - 无法将 searchBar 设置为 firstResponder

我在tableviewcontroller中设置了一个searchBar。我引用了这个类似的问题UISearchBarcannotbecomefirstresponderafterUITableViewdidre-appear但我仍然无法将其设置为第一响应者。在.h文件中:@property(strong,nonatomic)UISearchController*searchController;@property(strong,nonatomic)IBOutletUISearchBar*searchBar;查看didload:self.searchController=[[UISea