[ASDisplayNode] Add -displayWillStartAsynchronously: method to allow skipping synchronous image cache check. (#2344)

This commit is contained in:
appleguy
2016-10-05 09:48:54 -07:00
committed by Adlai Holler
parent b928e79cb5
commit 3f1f5667c3
5 changed files with 12 additions and 8 deletions

View File

@@ -229,6 +229,7 @@ NS_ASSUME_NONNULL_BEGIN
* @note Called on the main thread only
*/
- (void)displayWillStart ASDISPLAYNODE_REQUIRES_SUPER;
- (void)displayWillStartAsynchronously:(BOOL)asynchronously ASDISPLAYNODE_REQUIRES_SUPER;
/**
* @abstract Indicates that the receiver has finished displaying.