mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
improve deprecation message (#2524)
This commit is contained in:
committed by
Adlai Holler
parent
aac52d7f6d
commit
e1e5eb6ca0
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user