jiwenyi163
jiwenyi163
我们也会卡死,看view 堆栈,发现push、pop的页面在屏幕外,造成的操作不了。
@rickytan ```objective-c - (void)viewDidLoad { [super viewDidLoad]; self.view.backgroundColor = [UIColor whiteColor]; [self initial];// 初始化本地参数 [self setupNavigationView];// 设置导航栏,根据页面类型,有可能是搜索拦,或是设置NavigationItem [self setupViewModel];// 初始化viewModel [self setupSubViews];//初始化collectionView等 [self setupRefresh];// 初始化下拉刷新、加载更多 [self startAnimating];// 转菊花 [self.viewModel loadNextPage];//请求数据...
对,这个还是挺多闪退的,希望能给解决下