ContactView is now a stackView

pull/1/head
Michael Kirk 7 years ago
parent aa70deef76
commit 9108c89329

@ -254,6 +254,7 @@ class MessageDetailViewController: OWSViewController, MediaGalleryDataSourceDele
// Table view cells don't layout properly outside the
// context of a table view.
let cellView = ContactCellView()
cellView.isLayoutMarginsRelativeArrangement = true
cellView.layoutMargins = UIEdgeInsets(top: 8, left: 20, bottom: 8, right: 20)
// We use the "short" status message to avoid being redundant with the section title.
cellView.accessoryMessage = shortStatusMessage

Loading…
Cancel
Save