天天看点

【iOS】The behavior of the UICollectionViewFlowLayout is not defined because:

当你用collectionView做轮播滚动的时候,发现头顶会空一块,或者发现有以下提示的时候,可以用这个解决:

【iOS】The behavior of the UICollectionViewFlowLayout is not defined because:
- (void)viewDidLoad {
    [super viewDidLoad];
    [self initCycleView];
    self.automaticallyAdjustsScrollViewInsets = NO;
}