jackyzonewen

[Fix] : fix label background color bug when before iOS7

@@ -143,7 +143,7 @@ @@ -143,7 +143,7 @@
143 [descriptionLabel setTextAlignment:NSTextAlignmentCenter]; 143 [descriptionLabel setTextAlignment:NSTextAlignmentCenter];
144 [descriptionLabel setCenter:center]; 144 [descriptionLabel setCenter:center];
145 [descriptionLabel setAlpha:0]; 145 [descriptionLabel setAlpha:0];
146 - 146 + [descriptionLabel setBackgroundColor:[UIColor clearColor]];
147 147
148 return descriptionLabel; 148 return descriptionLabel;
149 } 149 }