看到deallocate 的時(shí)候我以為是什么內(nèi)存的問題

出現(xiàn)問題
解決問題方法 將 代碼放到主線程中去執(zhí)行就可以啦
dispatch_async(dispatch_get_main_queue(), ^{
TH_SearchResultTea_CollectionVC * teaSearch = [[TH_SearchResultTea_CollectionVC alloc] initWithType:TH_CollectionViewVCTypeSearchTeaResult keyWords:keyString];
[self.navigationController pushViewController:teaSearch animated:YES];
});