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.
1 parent e48c94c commit f9dafb6Copy full SHA for f9dafb6
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