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

Commit aac52d7

Browse files
Hannah Troisimaicki
authored andcommitted
Improve Deprecation Warning for myself (#2521)
1 parent 58e9c80 commit aac52d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AsyncDisplayKit/ASCollectionNode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ NS_ASSUME_NONNULL_BEGIN
622622
*
623623
* @return A constrained size range for layout the node at this index path.
624624
*/
625-
- (ASSizeRange)collectionView:(ASCollectionView *)collectionView constrainedSizeForNodeAtIndexPath:(NSIndexPath *)indexPath ASDISPLAYNODE_DEPRECATED_MSG("Use ASCollectionNode's constrainedSizeForItemAtIndexPath: instead.");
625+
- (ASSizeRange)collectionView:(ASCollectionView *)collectionView constrainedSizeForNodeAtIndexPath:(NSIndexPath *)indexPath ASDISPLAYNODE_DEPRECATED_MSG("Use ASCollectionNode's constrainedSizeForItemAtIndexPath: instead. PLEASE NOTE the very subtle method name change.");
626626

627627
/**
628628
* Informs the delegate that the collection view will add the given node

0 commit comments

Comments
 (0)