StickyGridCollectionView-Final icon indicating copy to clipboard operation
StickyGridCollectionView-Final copied to clipboard

Work with rotate

Open AlexLev opened this issue 6 years ago • 0 comments

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()

AlexLev avatar Oct 29 '19 16:10 AlexLev