Some further improvements

This commit is contained in:
Michael Schneider
2016-12-05 15:23:40 -08:00
parent 9fefd4a5b0
commit d57e33b2f0
3 changed files with 14 additions and 2 deletions

View File

@@ -328,7 +328,7 @@ typedef void(^ASMultiplexImageLoadCompletionBlock)(UIImage *image, id imageIdent
- (void)setImage:(UIImage *)image
{
ASDisplayNodeAssert(NO, @"Setting the image directly to an ASMultiplexImageNode is not allowed.");
ASDisplayNodeAssert(NO, @"Setting the image directly on an ASMultiplexImageNode is unsafe. It will be cleared in didExitPreloadRange and will have no way to restore in didEnterPreloadRange");
[self __setImage:image];
}