Skip to main content

ScrollToLatestMessageButton

A Button that is used to indicate unread messages in the Message list.

open class ScrollToLatestMessageButton: _Button, ThemeProvider 

Inheritance

_Button, ThemeProvider

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?