mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user