Skip to main content

scroll-to-latest-message-button-properties

unreadCountView

The view showing number of unread messages in channel if any.

open private(set) lazy var unreadCountView: ChatMessageListUnreadCountView = components
.messageListUnreadCountView
.init()
.withoutAutoresizingMaskConstraints

Methods

layoutSubviews()

override open func layoutSubviews() 

setUpAppearance()

override open func setUpAppearance() 

setUpLayout()

override open func setUpLayout() 

updateContent()

override open func updateContent()

Did you find this page helpful?