mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
RoomBubbleCellData: Add a property to display the timestamp of the selected component on the left when there is enough space.
This commit is contained in:
@@ -40,6 +40,11 @@ typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
|
||||
*/
|
||||
@property(nonatomic) BOOL showTimestampForSelectedComponent;
|
||||
|
||||
/**
|
||||
Indicate true to display the timestamp of the selected component on the left when there is enough space (YES by default).
|
||||
*/
|
||||
@property(nonatomic) BOOL displayTimestampForSelectedComponentOnLeftWhenPossible;
|
||||
|
||||
/**
|
||||
The event id of the current selected event inside the bubble. Default is nil.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user