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

@@ -338,6 +338,13 @@
*/
@property (nonatomic, assign) BOOL placeholderEnabled;
/**
* @abstract Toggle to fade-out the placeholder when a node's contents are finished displaying.
*
* @discussion Defaults to NO.
*/
@property (nonatomic, assign) BOOL placeholderFadesOut;
/** @name Hit Testing */