Fade out placeholders

Added an API to fade out a node's placeholder when it is finished rendering.

fixes #156
This commit is contained in:
Ryan Nystrom
2014-12-17 11:23:44 -08:00
parent 4886d3d1ad
commit 912bc9d460
4 changed files with 28 additions and 5 deletions

View File

@@ -61,6 +61,8 @@ void ASDisplayNodePerformBlockOnMainThread(void (^block)());
_ASPendingState *_pendingViewState;
NSTimeInterval _fadeAnimationDuration;
struct {
// public properties
unsigned synchronous:1;