Skip to main content

chat-channel-read-status-checkmark-view-properties

content

The data this view component shows.

open var content: Status = .empty 

imageView

The UIImageView instance that shows the read/unread status image.

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

Methods

tintColorDidChange()

override open func tintColorDidChange() 

setUpAppearance()

override open func setUpAppearance() 

setUpLayout()

override open func setUpLayout() 

updateContent()

override open func updateContent()

Did you find this page helpful?