From a45975220574ff615bb7c1ea93a717b363b210ce Mon Sep 17 00:00:00 2001 From: Dafeng Jin Date: Tue, 16 Feb 2016 10:30:39 +0800 Subject: [PATCH] Update ItemNode.m addSubnode self.soldOutOverlay twice --- examples/CatDealsCollectionView/Sample/ItemNode.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/CatDealsCollectionView/Sample/ItemNode.m b/examples/CatDealsCollectionView/Sample/ItemNode.m index 15608a7620..dd1c27a290 100644 --- a/examples/CatDealsCollectionView/Sample/ItemNode.m +++ b/examples/CatDealsCollectionView/Sample/ItemNode.m @@ -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;