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 9318ef3 commit 2bda815Copy full SHA for 2bda815
LXReorderableCollectionViewFlowLayout/LXReorderableCollectionViewFlowLayout.m
@@ -332,7 +332,7 @@ - (void)handleLongPressGesture:(UILongPressGestureRecognizer *)gestureRecognizer
332
self.currentViewCenter = self.currentView.center;
333
334
if ([self.delegate respondsToSelector:@selector(collectionView:layout:didBeginDraggingItemAtIndexPath:)]) {
335
- [self.delegate collectionView:strongSelf.collectionView layout:self didBeginDraggingItemAtIndexPath:self.selectedItemIndexPath];
+ [self.delegate collectionView:self.collectionView layout:self didBeginDraggingItemAtIndexPath:self.selectedItemIndexPath];
336
}
337
338
__weak typeof(self) weakSelf = self;
0 commit comments