Showing
1 changed file
with
4 additions
and
0 deletions
| ... | @@ -39,16 +39,20 @@ class AnalysisItemViewCell: UITableViewCell { | ... | @@ -39,16 +39,20 @@ class AnalysisItemViewCell: UITableViewCell { | 
| 39 | 39 | ||
| 40 | // date | 40 | // date | 
| 41 | dateLabel.textColor = UIColor(rgb: 0x212121) | 41 | dateLabel.textColor = UIColor(rgb: 0x212121) | 
| 42 | + dateLabel.font = UIFont(name: "PeridotPE-Bold", size: 12.0) | ||
| 42 | 43 | ||
| 43 | // title | 44 | // title | 
| 44 | titleLabel.textColor = UIColor(rgb: 0x212121) | 45 | titleLabel.textColor = UIColor(rgb: 0x212121) | 
| 46 | + titleLabel.font = UIFont(name: "PeridotPE-Regular", size: 17.0) | ||
| 45 | 47 | ||
| 46 | // price | 48 | // price | 
| 47 | priceLabel.textColor = UIColor(rgb: 0x212121) | 49 | priceLabel.textColor = UIColor(rgb: 0x212121) | 
| 50 | + priceLabel.font = UIFont(name: "PeridotPE-Bold", size: 17.0) | ||
| 48 | 51 | ||
| 49 | // subtitle | 52 | // subtitle | 
| 50 | // subtitleLabel.textColor = UIColor(rgb: 0x9D9D9C) | 53 | // subtitleLabel.textColor = UIColor(rgb: 0x9D9D9C) | 
| 51 | subtitleLabel.textColor = UIColor(rgb: 0x212121) | 54 | subtitleLabel.textColor = UIColor(rgb: 0x212121) | 
| 55 | + subtitleLabel.font = UIFont(name: "PeridotPE-Regular", size: 14.0) | ||
| 52 | } | 56 | } | 
| 53 | } | 57 | } | 
| 54 | 58 | ... | ... | 
- 
Please register or login to post a comment
