bigday

clear the label's background color

@@ -54,6 +54,7 @@ @@ -54,6 +54,7 @@
54 [_countingLabel setTextAlignment:NSTextAlignmentCenter]; 54 [_countingLabel setTextAlignment:NSTextAlignmentCenter];
55 [_countingLabel setFont:[UIFont boldSystemFontOfSize:16.0f]]; 55 [_countingLabel setFont:[UIFont boldSystemFontOfSize:16.0f]];
56 [_countingLabel setTextColor:[UIColor grayColor]]; 56 [_countingLabel setTextColor:[UIColor grayColor]];
  57 + [_countingLabel setBackgroundColor:[UIColor clearColor]];
57 [_countingLabel setCenter:CGPointMake(self.center.x, self.center.y)]; 58 [_countingLabel setCenter:CGPointMake(self.center.x, self.center.y)];
58 _countingLabel.method = UILabelCountingMethodEaseInOut; 59 _countingLabel.method = UILabelCountingMethodEaseInOut;
59 [self addSubview:_countingLabel];; 60 [self addSubview:_countingLabel];;