Consistently lower-case contact field headers

// FREEBIE
pull/1/head
Michael Kirk 8 years ago
parent a48cc8d652
commit b1e06217b2

@ -116,7 +116,7 @@ public class ContactFieldView: UIView {
stackView.isLayoutMarginsRelativeArrangement = true stackView.isLayoutMarginsRelativeArrangement = true
let nameLabel = UILabel() let nameLabel = UILabel()
nameLabel.text = name nameLabel.text = name.lowercased()
nameLabel.font = UIFont.ows_dynamicTypeSubheadline nameLabel.font = UIFont.ows_dynamicTypeSubheadline
nameLabel.textColor = UIColor.black nameLabel.textColor = UIColor.black
nameLabel.lineBreakMode = .byTruncatingTail nameLabel.lineBreakMode = .byTruncatingTail

Loading…
Cancel
Save