Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit e3e9d36

Browse files
committed
Fix image sometimes appearing with black background or completely disappearing in ASImageNode
1 parent bde4fe7 commit e3e9d36

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AsyncDisplayKit/ASImageNode.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ - (instancetype)init
9494
self.contentsScale = ASScreenScale();
9595
self.contentMode = UIViewContentModeScaleAspectFill;
9696
self.opaque = NO;
97+
self.backgroundColor = [UIColor clearColor];
9798

9899
_cropEnabled = YES;
99100
_forceUpscaling = NO;

0 commit comments

Comments
 (0)