Skip to main content

chat-message-giphy-view-properties

content

public var content: ChatMessageGiphyAttachment? 

imageView

public private(set) lazy var imageView = UIImageView().withoutAutoresizingMaskConstraints

badge

public private(set) lazy var badge = components
.giphyBadgeView
.init()
.withoutAutoresizingMaskConstraints

loadingIndicator

public private(set) lazy var loadingIndicator = components
.loadingIndicator
.init()
.withoutAutoresizingMaskConstraints

hasFailed

public private(set) var hasFailed = false

Methods

setUpLayout()

override open func setUpLayout() 

setUpAppearance()

override open func setUpAppearance() 

updateContent()

override open func updateContent()

Did you find this page helpful?