mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-01 12:23:20 +08:00
Merge pull request #304 from facebook/issue-286
ASImageNode not opaque by default
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
// TODO can this be removed?
|
||||
self.contentsScale = ASDisplayNodeScreenScale();
|
||||
self.contentMode = UIViewContentModeScaleAspectFill;
|
||||
self.opaque = YES;
|
||||
self.opaque = NO;
|
||||
|
||||
_cropEnabled = YES;
|
||||
_cropRect = CGRectMake(0.5, 0.5, 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user