Visual refinements and additional effects

This commit is contained in:
Charles Magahern
2016-01-01 00:30:13 -08:00
parent 809e9d9112
commit 22ef3207b6
3 changed files with 54 additions and 10 deletions
@@ -69,6 +69,8 @@ public class WemoDeviceCellView: WemoCellView {
_nameLabel.font = UIFont(name: "Orbitron-Medium", size: 16.0)
_nameLabel.numberOfLines = 3
_nameLabel.allowsDefaultTighteningForTruncation = true
_nameLabel.adjustsFontSizeToFitWidth = true
_nameLabel.textColor = UIColor.whiteColor()
self.contentView.addSubview(_nameLabel)