From 24269891616c1654410f3e9ca24bf6fa8197d7a4 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sun, 18 Oct 2020 14:42:17 -0400 Subject: [PATCH] Fix unsatisfiable constraints in timeline status action buttons UIStackView internal constraints all have a required priority, so adding the image constrain in TimelineStatusTableViewCell.awakeFromNib caused an unsatisfiable constraint. Fixed by replicating the UISV constraints manually, with the constrain on the leading edge of the first button being made a placeholder. --- .../Status/TimelineStatusTableViewCell.xib | 107 ++++++++++-------- 1 file changed, 62 insertions(+), 45 deletions(-) diff --git a/Tusker/Views/Status/TimelineStatusTableViewCell.xib b/Tusker/Views/Status/TimelineStatusTableViewCell.xib index 77a94cd3..0c061fcf 100644 --- a/Tusker/Views/Status/TimelineStatusTableViewCell.xib +++ b/Tusker/Views/Status/TimelineStatusTableViewCell.xib @@ -123,47 +123,6 @@ - - - - - - - - - - - - @@ -186,20 +145,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - + - +