Bubble

struct Bubble : Shape

A simple shape of a bubbble.

  • A boolean confirming that the message is sent by us or not.

    Declaration

    Swift

    var chat: Bool
  • Drawing of the actual path.

    Declaration

    Swift

    func path(in rect: CGRect) -> Path

    Parameters

    rect

    The rectangle size to draw.

    Return Value

    A path which is used for drawing.