在Coding肯定会遇到各种奇葩的bug,今天就遇上了,适当汇总一些还是有必要的。这章节以后不断增加。
UICollectionViewFlowLayout有点关的
the behavior of the UICollectionViewFlowLayout is not defined because:the item
height must be less that the height of the UICollectionView minus the section insets top and bottom values.
解决的方法
self.automaticallyAdjustsScrollViewInsets = NO;