Appearance

public class Appearance : NSObject

Object representing the bubble appearance.

  • The message text color.

    Declaration

    Swift

    public var textColor: UIColor
  • The message text color for a strong message.

    Declaration

    Swift

    public var strongTextColor: UIColor
  • The message background color/

    Declaration

    Swift

    public var backgroundColor: UIColor?
  • If set to true the avatar picture will be rounded.

    Declaration

    Swift

    public var avatarPictureRounded: Bool
  • The bubble background image. Will be tinted by the backgroundColor.

    Declaration

    Swift

    public var bubbleImage: UIImage?
  • An image to display over the bubble (for videos/images).

    Declaration

    Swift

    public var bubbleOverImage: UIImage?
  • The bubble cell layout option.

    Declaration

    Swift

    public var cellLayoutOption: EPAppearance.Bubbles.Appearance.LayoutOption
  • Object representing a bubble layout configuration.

    See more

    Declaration

    Swift

    public class LayoutOption : NSObject