Merge pull request #1228 from keywind/patch-2

[Examples] remove second [self addSubnode:self.soldOutOverlay]
This commit is contained in:
appleguy 2016-02-16 17:46:03 -08:00
commit 0c335e3aba

View File

@ -127,8 +127,6 @@ const CGFloat kSoldOutGBHeight = 50.0;
self.soldOutLabelBackground.hidden = YES;
self.soldOutLabelFlat.hidden = YES;
[self addSubnode:self.soldOutOverlay];
if ([ItemNode isRTL]) {
self.titleLabel.alignSelf = ASStackLayoutAlignSelfEnd;
self.firstInfoLabel.alignSelf = ASStackLayoutAlignSelfEnd;