Vertical
public enum Vertical
An enum representing the verical alignment for an AvatarView.
-
Aligns the
AvatarView‘s top edge to the cell’s top edge.Declaration
Swift
case cellTop
-
Aligns the
AvatarView‘s top edge to themessageTopLabel’s top edge.Declaration
Swift
case messageLabelTop
-
Aligns the
AvatarView‘s top edge to theMessageContainerView’s top edge.Declaration
Swift
case messageTop
-
Aligns the
AvatarViewcenter to theMessageContainerViewcenter.Declaration
Swift
case messageCenter
-
Aligns the
AvatarView‘s bottom edge to theMessageContainerViews bottom edge.Declaration
Swift
case messageBottom
-
Aligns the
AvatarView‘s bottom edge to the cell’s bottom edge.Declaration
Swift
case cellBottom
Vertical Enumeration Reference