forked from shadowfacts/Tusker
Shadowfacts
2426989161
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.