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;
运行上面的代码会导致崩溃