mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-01 20:28:05 +00:00
Use default placeholder colour in Multiplex demo.
This commit is contained in:
parent
6819816bd3
commit
bfc828d6e0
@ -39,7 +39,7 @@
|
|||||||
_imageNode.delegate = self;
|
_imageNode.delegate = self;
|
||||||
|
|
||||||
// placeholder colour
|
// placeholder colour
|
||||||
_imageNode.backgroundColor = [UIColor lightGrayColor];
|
_imageNode.backgroundColor = ASDisplayNodeDefaultPlaceholderColor();
|
||||||
|
|
||||||
// load low-quality images before high-quality images
|
// load low-quality images before high-quality images
|
||||||
_imageNode.downloadsIntermediateImages = YES;
|
_imageNode.downloadsIntermediateImages = YES;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user