Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit e66c96d

Browse files
committed
- Fix wrong labelling.
1 parent 4a73f2c commit e66c96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LXReorderableCollectionViewFlowLayout/LXReorderableCollectionViewFlowLayout.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ - (void)handlePanGesture:(UIPanGestureRecognizer *)gestureRecognizer {
391391
}
392392
}
393393

394-
#pragma mark - UICollectionViewFlowLayoutDelegate methods
394+
#pragma mark - UICollectionViewLayout overridden methods
395395

396396
- (NSArray *)layoutAttributesForElementsInRect:(CGRect)rect {
397397
NSArray *layoutAttributesForElementsInRect = [super layoutAttributesForElementsInRect:rect];

0 commit comments

Comments
 (0)