mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Node placeholder API
ASDisplayNodes now have an overidable method -placeholderImage that lets you provide a custom UIImage to display while a node is displaying asyncronously. The default implementation of this method returns nil and thus does nothing. A provided example project also demonstrates using the placeholder API.
This commit is contained in:
@@ -53,6 +53,11 @@ typedef UIImage *(^asimagenode_modification_block_t)(UIImage *image);
|
||||
*/
|
||||
@property (nonatomic, assign) ASImageNodeTint tint;
|
||||
|
||||
/**
|
||||
@abstract The placeholder color.
|
||||
*/
|
||||
@property (nonatomic, strong) UIColor *placeholderColor;
|
||||
|
||||
/**
|
||||
* @abstract Indicates whether efficient cropping of the receiver is enabled.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user