Class
UICollectionViewFlowLayoutInvalidationContext
A set of properties for determining whether to recompute the size of items or their position in the layout.
--一组属性,用于确定是否需要重新计算items的大小或items在布局中的位置。
Declaration
class UICollectionViewFlowLayoutInvalidationContext : UICollectionViewLayoutInvalidationContext
--继承于UICollectionViewLayoutInvalidationContex
Overview --概览
The flow layout object creates instances of this class when it needs to invalidate its contents in response to changes. You can also create instances when invalidating the flow layout manually.
--flow layout对象在“因为