diff --git a/RealmContent/Core/View/ImageContentCell.swift b/RealmContent/Core/View/ImageContentCell.swift index a449b3e..6b2526c 100644 --- a/RealmContent/Core/View/ImageContentCell.swift +++ b/RealmContent/Core/View/ImageContentCell.swift @@ -51,7 +51,7 @@ public class ImageContentCell: UITableViewCell { contentView.addSubview(img) heightConstraint = contentView.heightAnchor.constraint(equalToConstant: 20) - heightConstraint.priority = UILayoutPriority.defaultLow + heightConstraint.priority = UILayoutPriority(rawValue: 500) heightConstraint.isActive = true }