Skip to content

Commit

Permalink
Merge pull request #268 from cysp/for-review/layoutattributesfordecor…
Browse files Browse the repository at this point in the history
…ationview

Implement -layoutAttributesForDecorationViewOfKind:…
  • Loading branch information
steipete committed Mar 11, 2013
2 parents f5c6dfa + a8ff7bb commit 21c0318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSTCollectionView/PSTCollectionViewLayout.m
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ - (PSTCollectionViewLayoutAttributes *)layoutAttributesForSupplementaryViewOfKin
return nil;
}

- (PSTCollectionViewLayoutAttributes *)layoutAttributesForDecorationViewWithReuseIdentifier:(NSString*)identifier atIndexPath:(NSIndexPath *)indexPath {
- (PSTCollectionViewLayoutAttributes *)layoutAttributesForDecorationViewOfKind:(NSString*)kind atIndexPath:(NSIndexPath *)indexPath {
return nil;
}

Expand Down

0 comments on commit 21c0318

Please sign in to comment.