improve deprecation message (#2524)

This commit is contained in:
Hannah Troisi
2016-11-01 11:33:31 -07:00
committed by Adlai Holler
parent aac52d7f6d
commit e1e5eb6ca0

View File

@@ -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