TextMessageSizeCalculator
open class TextMessageSizeCalculator: MessageSizeCalculator
Undocumented
-
Undocumented
Declaration
Swift
public var incomingMessageLabelInsets = UIEdgeInsets(top: 7, left: 18, bottom: 7, right: 14)
-
Undocumented
Declaration
Swift
public var outgoingMessageLabelInsets = UIEdgeInsets(top: 7, left: 14, bottom: 7, right: 18)
-
Undocumented
Declaration
Swift
public var messageLabelFont = UIFont.preferredFont(forTextStyle: .body)
-
Undocumented
Declaration
Swift
open override func messageContainerMaxWidth(for message: MessageType) -> CGFloat
-
Undocumented
Declaration
Swift
open override func messageContainerSize(for message: MessageType) -> CGSize
-
Declaration
Swift
open override func configure(attributes: UICollectionViewLayoutAttributes)