Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'UICollectionView must be initialized with a non-nil layout parameter' #95
您好,请问这个是什么问题导致的?Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'UICollectionView must be initialized with a non-nil layout parameter'
版本: 0.2.0
奔溃代码:
您好,请问这个是什么问题导致的?Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'UICollectionView must be initialized with a non-nil layout parameter' 版本: 0.2.0 奔溃代码:
(LTAdvancedManager )managerView { if (_managerView == nil) { _managerView = [[LTAdvancedManager alloc] initWithFrame:CGRectMake(0, NavgationBarHeight, ScreenWidth, ScreenHeight-NavgationBarHeight-PortraitSafeAreaBottom) viewControllers:self.viewControllers titles:self.titles currentViewController:self layout:self.layout titleView:self.titleView headerViewHandle:^UIView _Nonnull {
} return _managerView; }