mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
[ASDisplayNode] Deprecate -displayWillStart in favor of -displayWillStartAsynchronously: (#536)
* Deprecate -[ASDisplayNode displayWillStart] in favor of -displayWillStartAsynchronously: * Minor change * Fix CHANGELOG * Update CHANGELOG.md * Update CHANGELOG.md
This commit is contained in:
@@ -335,7 +335,7 @@
|
||||
return;
|
||||
}
|
||||
|
||||
ASDisplayNodeAssert(_layer, @"Expect _layer to be not nil");
|
||||
ASDisplayNodeAssert(layer, @"Expect _layer to be not nil");
|
||||
|
||||
// This block is called back on the main thread after rendering at the completion of the current async transaction, or immediately if !asynchronously
|
||||
asyncdisplaykit_async_transaction_operation_completion_block_t completionBlock = ^(id<NSObject> value, BOOL canceled){
|
||||
|
||||
Reference in New Issue
Block a user