Fix trailing edge of group member listing

// FREEBIE
This commit is contained in:
Michael Kirk 2017-10-16 13:33:07 -07:00
parent 90468135c3
commit 6e12b9c898
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ import UIKit
avatarView.autoPinToSquareAspectRatio()
textContainer.autoPinEdge(.leading, to: .trailing, of: avatarView, withOffset: kContactTableViewCellAvatarTextMargin)
textContainer.autoPinEdge(toSuperviewEdge: .trailing)
textContainer.autoPinTrailingToSuperview()
textContainer.autoVCenterInSuperview()
}