Use default placeholder colour in Multiplex demo.

This commit is contained in:
Nadine Salter 2015-02-03 08:25:07 -08:00
parent 6819816bd3
commit bfc828d6e0

View File

@ -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;