ItemSize

public enum ItemSize

Represents desired item size.

  • Item size should be fully calculated by the ChatLayout. Initial estimated size will be taken from ChatLayoutSettings.

    Declaration

    Swift

    case auto
  • Item size should be fully calculated by the ChatLayout. Initial estimated size should be taken from the value provided.

    Declaration

    Swift

    case estimated(CGSize)
  • Item size should be exactly equal to the value provided.

    Declaration

    Swift

    case exact(CGSize)