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:
SBiOSoftWhare
2019-05-22 16:17:55 +02:00
parent a749211223
commit f2f7716f5c
2 changed files with 22 additions and 4 deletions
@@ -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.
*/