mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Improve Deprecation Warning for myself (#2521)
This commit is contained in:
committed by
Michael Schneider
parent
58e9c807b9
commit
aac52d7f6d
@@ -622,7 +622,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
*
|
||||
* @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
|
||||
|
||||
Reference in New Issue
Block a user