Fix image sometimes appearing with black background or completely disappearing in ASImageNode

This commit is contained in:
Michael Schneider 2016-05-25 10:07:34 -07:00
parent bde4fe7e24
commit e3e9d36f56

View File

@ -94,6 +94,7 @@
self.contentsScale = ASScreenScale();
self.contentMode = UIViewContentModeScaleAspectFill;
self.opaque = NO;
self.backgroundColor = [UIColor clearColor];
_cropEnabled = YES;
_forceUpscaling = NO;