Showing
2 changed files
with
1 additions
and
5 deletions
| @@ -149,7 +149,7 @@ | @@ -149,7 +149,7 @@ | ||
| 149 | } | 149 | } |
| 150 | 150 | ||
| 151 | if (self.hideValues) | 151 | if (self.hideValues) |
| 152 | - descriptionLabel.text = titleText; | 152 | + descriptionLabel.text = titleText; |
| 153 | else if(!titleText || self.showOnlyValues) | 153 | else if(!titleText || self.showOnlyValues) |
| 154 | descriptionLabel.text = titleValue; | 154 | descriptionLabel.text = titleValue; |
| 155 | else { | 155 | else { |
-
Please register or login to post a comment