aboutsummaryrefslogtreecommitdiff
path: root/foray/ForayNewTableViewCell.swift
diff options
context:
space:
mode:
Diffstat (limited to 'foray/ForayNewTableViewCell.swift')
-rw-r--r--foray/ForayNewTableViewCell.swift5
1 files changed, 3 insertions, 2 deletions
diff --git a/foray/ForayNewTableViewCell.swift b/foray/ForayNewTableViewCell.swift
index 26619cc..224709a 100644
--- a/foray/ForayNewTableViewCell.swift
+++ b/foray/ForayNewTableViewCell.swift
@@ -15,6 +15,7 @@ class ForayNewTableViewCell: UITableViewCell {
let nameLabel: UILabel = {
let l = UILabel()
l.font = UIFont.preferredFont(forTextStyle: .headline)
+ l.numberOfLines = 3
l.adjustsFontForContentSizeCategory = true
return l
}()
@@ -54,8 +55,8 @@ class ForayNewTableViewCell: UITableViewCell {
make.edges.equalTo(contentView.snp.margins)
}
- let imageWidth = 68
- let imageHeight = 44
+ let imageWidth = 64
+ let imageHeight = 38
nameLabel.snp.makeConstraints { (make) in
make.top.equalToSuperview()
make.leading.equalToSuperview()