Fix fonts
This commit is contained in:
parent
af8cd536f1
commit
d3e02a12fa
1 changed files with 1 additions and 1 deletions
|
|
@ -30,10 +30,10 @@ class LabelTableViewCell: UITableViewCell {
|
||||||
titleLabel.text = cellData?.title
|
titleLabel.text = cellData?.title
|
||||||
if isPasswordCell {
|
if isPasswordCell {
|
||||||
contentLabel.text = passwordDots
|
contentLabel.text = passwordDots
|
||||||
|
contentLabel.font = UIFont(name: "Menlo", size: contentLabel.font.pointSize)
|
||||||
} else {
|
} else {
|
||||||
contentLabel.text = cellData?.content
|
contentLabel.text = cellData?.content
|
||||||
}
|
}
|
||||||
contentLabel.font = UIFont(name: "Menlo", size: contentLabel.font.pointSize)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue