mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Review changes
This commit is contained in:
@@ -23,6 +23,13 @@
|
||||
*/
|
||||
extern NSString *const kMXKRoomBubbleCellRiotEditButtonPressed;
|
||||
|
||||
/**
|
||||
Action identifier used when the user tapped on receipts area.
|
||||
|
||||
The 'userInfo' disctionary contains an 'MXKReceiptSendersContainer' object under the 'kMXKRoomBubbleCellReceiptsContainerKey' key, representing the receipts container which was tapped on.
|
||||
*/
|
||||
extern NSString *const kMXKRoomBubbleCellTapOnReceiptsContainer;
|
||||
|
||||
/**
|
||||
Define a `MXKRoomBubbleTableViewCell` category at Riot level to handle bubble customisation.
|
||||
*/
|
||||
@@ -56,6 +63,11 @@ extern NSString *const kMXKRoomBubbleCellRiotEditButtonPressed;
|
||||
*/
|
||||
- (void)addDateLabel;
|
||||
|
||||
/**
|
||||
Called when the user taps on the Receipt Container.
|
||||
*/
|
||||
- (IBAction)onReceiptContainerTap:(UITapGestureRecognizer *)sender;
|
||||
|
||||
/**
|
||||
Blur the view by adding a transparent overlay. Default is NO.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user