StickyGridCollectionView-Final
StickyGridCollectionView-Final copied to clipboard
Work with rotate
You should call super.prepare()
// The collection view calls -prepareLayout once at its first layout as the first message to the layout instance.
// The collection view calls -prepareLayout again after layout is invalidated and before requerying the layout information.
// Subclasses should always call super if they override.
open func prepare()