[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:
Huy Nguyen
2017-09-08 18:04:43 +01:00
committed by GitHub
parent d4b1f625aa
commit 786963c6a9
6 changed files with 23 additions and 8 deletions

View File

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