Skip to main content

ChatChannelReadStatusCheckmarkView

A view that shows a read/unread status of the last message in channel.

open class ChatChannelReadStatusCheckmarkView: _View, AppearanceProvider, SwiftUIRepresentable 

Inheritance

_View, SwiftUIRepresentable, AppearanceProvider

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?