Merge pull request #102 from jackyzonewen/master
[Fix] : fix label background color bug when before iOS7
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -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 | } |
-
Please register or login to post a comment