mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
MXKRoomBubbleTableViewCell: Add properties regarding attributed text blank space positioning.
This commit is contained in:
@@ -239,6 +239,16 @@ extern NSString *const kMXKRoomBubbleCellUrlItemInteraction;
|
||||
*/
|
||||
@property (nonatomic) WKWebView *attachmentWebView;
|
||||
|
||||
/**
|
||||
Indicate true if the cell needs vertical space in the text to position UI components.
|
||||
*/
|
||||
@property (nonatomic, readonly) BOOL isTextViewNeedsPositioningVerticalSpace;
|
||||
|
||||
/**
|
||||
Use bubbleData.attributedTextMessage or bubbleData.attributedTextMessageWithoutPositioningSpace according to isTextViewNeedsPositioningVerticalSpace value.
|
||||
*/
|
||||
@property (nonatomic, readonly) NSAttributedString *suitableAttributedTextMessage;
|
||||
|
||||
/**
|
||||
Called during the designated initializer of the UITableViewCell class to set the default
|
||||
properties values.
|
||||
|
||||
Reference in New Issue
Block a user