From 6bd46ae52d0ab6b22347cc103004fca1e5d058d3 Mon Sep 17 00:00:00 2001 From: Hannah Trosi Date: Tue, 1 Nov 2016 11:29:36 -0700 Subject: [PATCH] improve deprecation message --- AsyncDisplayKit/ASCollectionNode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AsyncDisplayKit/ASCollectionNode.h b/AsyncDisplayKit/ASCollectionNode.h index d8a82148c7..a1e0d74f49 100644 --- a/AsyncDisplayKit/ASCollectionNode.h +++ b/AsyncDisplayKit/ASCollectionNode.h @@ -419,7 +419,7 @@ NS_ASSUME_NONNULL_BEGIN * @deprecated This method is deprecated in 2.0. Use @c reloadDataWithCompletion: and * then @c waitUntilAllUpdatesAreCommitted instead. */ -- (void)reloadDataImmediately ASDISPLAYNODE_DEPRECATED_MSG("Use -reloadDataWithCompletion: followed by -waitUntilAllUpdatesAreCommitted instead."); +- (void)reloadDataImmediately ASDISPLAYNODE_DEPRECATED_MSG("Use -reloadData / -reloadDataWithCompletion: followed by -waitUntilAllUpdatesAreCommitted instead."); @end