help wanted
仓库指标
- Star
- (7,200 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
self.mySearchController = [[QMUISearchController alloc] initWithContentsViewController:self];
self.mySearchController.searchResultsDelegate = self;
self.mySearchController.launchView = [[QDRecentSearchView alloc] init];
self.mySearchController.searchBar.qmui_usedAsTableHeaderView = NO;
self.navigationItem.searchController = self.mySearchController;
运行上面的代码会导致崩溃