Skip to main content

chat-channel-unread-count-view-properties

unreadCountLabel

The UILabel instance that holds number of unread messages.

open private(set) lazy var unreadCountLabel = UILabel()
.withoutAutoresizingMaskConstraints
.withAdjustingFontForContentSizeCategory
.withBidirectionalLanguagesSupport

content

The data this view component shows.

open var content: ChannelUnreadCount = .noUnread 

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?