Skip to content

Commit be49dd2

Browse files
auswahlaxiomviewDidAppear
authored andcommitted
fix typo
1 parent 20019cb commit be49dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UICollectionViewLeftAlignedLayout/UICollectionViewLeftAlignedLayout.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ - (UICollectionViewLayoutAttributes *)layoutAttributesForItemAtIndexPath:(NSInde
7777
layoutWidth,
7878
currentFrame.size.height);
7979
// if the current frame, once left aligned to the left and stretched to the full collection view
80-
// widht intersects the previous frame then they are on the same line
80+
// width intersects the previous frame then they are on the same line
8181
BOOL isFirstItemInRow = !CGRectIntersectsRect(previousFrame, strecthedCurrentFrame);
8282

8383
if (isFirstItemInRow) {

0 commit comments

Comments
 (0)