Skip to main content

ChatChannelListItemView.SwiftUIWrapper

SwiftUI wrapper of _ChatChannelListItemView. Servers to wrap custom SwiftUI view as a UIKit view so it can be easily injected into _Components.

public class SwiftUIWrapper<Content: SwiftUIView>: ChatChannelListItemView, ObservableObject 

Inheritance

ChatChannelListItemView, ObservableObject

Properties

intrinsicContentSize

override public var intrinsicContentSize: CGSize 

Methods

setUp()

override public func setUp() 

setUpLayout()

override public func setUpLayout() 

updateContent()

override public func updateContent() 

Did you find this page helpful?