We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e48c94c + f9dafb6 commit f3033c1Copy full SHA for f3033c1
LXReorderableCollectionViewFlowLayout/LXReorderableCollectionViewFlowLayout.m
@@ -126,6 +126,7 @@ - (id)initWithCoder:(NSCoder *)aDecoder {
126
- (void)dealloc {
127
[self invalidatesScrollTimer];
128
[self removeObserver:self forKeyPath:kLXCollectionViewKeyPath];
129
+ [[NSNotificationCenter defaultCenter] removeObserver:self name:UIApplicationWillResignActiveNotification object:nil];
130
}
131
132
- (void)applyLayoutAttributes:(UICollectionViewLayoutAttributes *)layoutAttributes {
0 commit comments