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 the messageTopLabel’s top edge.

    Declaration

    Swift

    case messageLabelTop
  • Aligns the AvatarView‘s bottom edge to the cell’s bottom edge.

    Declaration

    Swift

    case cellBottom