mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-05-11 23:12:42 +08:00
Use default placeholder colour in Multiplex demo.
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
_imageNode.delegate = self;
|
||||
|
||||
// placeholder colour
|
||||
_imageNode.backgroundColor = [UIColor lightGrayColor];
|
||||
_imageNode.backgroundColor = ASDisplayNodeDefaultPlaceholderColor();
|
||||
|
||||
// load low-quality images before high-quality images
|
||||
_imageNode.downloadsIntermediateImages = YES;
|
||||
|
||||
Reference in New Issue
Block a user