Skip to main content

_CollectionViewCell

Base class for overridable views StreamChatUI provides. All conformers will have StreamChatUI appearance settings by default.

open class _CollectionViewCell: UICollectionViewCell, Customizable 

Inheritance

Customizable, UICollectionViewCell

Methods

didMoveToSuperview()

override open func didMoveToSuperview() 

setUp()

open func setUp() 

setUpAppearance()

open func setUpAppearance() 

setUpLayout()

open func setUpLayout() 

updateContent()

open func updateContent() 

traitCollectionDidChange(_:)

override open func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) 

layoutSubviews()

override open func layoutSubviews() 

Did you find this page helpful?