|
@@ -53,6 +53,7 @@ public class QuoteView: UIView {
|
|
imagePreview.constraintHeightTo(36),
|
|
imagePreview.constraintHeightTo(36),
|
|
imagePreview.constraintWidthTo(36),
|
|
imagePreview.constraintWidthTo(36),
|
|
imagePreview.constraintCenterYTo(citeBar),
|
|
imagePreview.constraintCenterYTo(citeBar),
|
|
|
|
+ imagePreview.constraintAlignTopMaxTo(self),
|
|
senderTitle.constraintAlignTopTo(self),
|
|
senderTitle.constraintAlignTopTo(self),
|
|
senderTitle.constraintAlignLeadingTo(self, paddingLeading: 28),
|
|
senderTitle.constraintAlignLeadingTo(self, paddingLeading: 28),
|
|
senderTitle.constraintTrailingToLeadingOf(imagePreview, paddingTrailing: 8),
|
|
senderTitle.constraintTrailingToLeadingOf(imagePreview, paddingTrailing: 8),
|