Fix fonts

This commit is contained in:
yishilin14 2017-02-24 21:33:36 +08:00
parent af8cd536f1
commit d3e02a12fa

View file

@ -30,10 +30,10 @@ class LabelTableViewCell: UITableViewCell {
titleLabel.text = cellData?.title
if isPasswordCell {
contentLabel.text = passwordDots
contentLabel.font = UIFont(name: "Menlo", size: contentLabel.font.pointSize)
} else {
contentLabel.text = cellData?.content
}
contentLabel.font = UIFont(name: "Menlo", size: contentLabel.font.pointSize)
}
}