Horizontal
public enum Horizontal
An enum representing the horizontal alignment of an AvatarView.
-
Positions the
AvatarViewon the side closest to the cell’s leading edge.Declaration
Swift
case cellLeading
-
Positions the
AvatarViewon the side closest to the cell’s trailing edge.Declaration
Swift
case cellTrailing
-
Positions the
AvatarViewbased on whether the message is from the current Sender. The cell is positioned.cellTraillingifisFromCurrentSenderis true and.cellLeadingif false.Declaration
Swift
case natural
Horizontal Enumeration Reference