Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -30,6 +30,8 @@ | @@ -30,6 +30,8 @@ | ||
| 30 | self.clipsToBounds = YES; | 30 | self.clipsToBounds = YES; |
| 31 | _showLabel = YES; | 31 | _showLabel = YES; |
| 32 | _barBackgroundColor = PNLightGrey; | 32 | _barBackgroundColor = PNLightGrey; |
| 33 | + _labels = [NSMutableArray array]; | ||
| 34 | + _bars = [NSMutableArray array]; | ||
| 33 | } | 35 | } |
| 34 | 36 | ||
| 35 | return self; | 37 | return self; |
-
Please register or login to post a comment