mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
RoomCellLayoutUpdating: Add maximum text width calculation.
This commit is contained in:
@@ -29,4 +29,6 @@ protocol RoomCellLayoutUpdating: Themable {
|
||||
func setupLayout(forOutgoingFileAttachmentCell cell: MXKRoomBubbleTableViewCell)
|
||||
|
||||
func updateLayout(forSelectedStickerCell cell: RoomSelectedStickerBubbleCell)
|
||||
|
||||
func maximumTextViewWidth(for cell: MXKRoomBubbleTableViewCell, cellData: MXKCellData, maximumCellWidth: CGFloat) -> CGFloat
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user