Improve Deprecation Warning for myself (#2521)

This commit is contained in:
Hannah Troisi
2016-11-01 09:12:04 -07:00
committed by Michael Schneider
parent 58e9c807b9
commit aac52d7f6d

View File

@@ -622,7 +622,7 @@ NS_ASSUME_NONNULL_BEGIN
* *
* @return A constrained size range for layout the node at this index path. * @return A constrained size range for layout the node at this index path.
*/ */
- (ASSizeRange)collectionView:(ASCollectionView *)collectionView constrainedSizeForNodeAtIndexPath:(NSIndexPath *)indexPath ASDISPLAYNODE_DEPRECATED_MSG("Use ASCollectionNode's constrainedSizeForItemAtIndexPath: instead."); - (ASSizeRange)collectionView:(ASCollectionView *)collectionView constrainedSizeForNodeAtIndexPath:(NSIndexPath *)indexPath ASDISPLAYNODE_DEPRECATED_MSG("Use ASCollectionNode's constrainedSizeForItemAtIndexPath: instead. PLEASE NOTE the very subtle method name change.");
/** /**
* Informs the delegate that the collection view will add the given node * Informs the delegate that the collection view will add the given node