天天看點

【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;
}