Last active
January 28, 2020 07:21
-
-
Save factoryhr/1d7b08fc316fc11e5de81df1119fd5f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class CustomLayoutInvalidationContext: UICollectionViewLayoutInvalidationContext { | |
var invalidatedBecauseOfBoundsChange: Bool = false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment