mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
MXKRoomBubbleTableViewCell: Add convenient method to add temporary subview.
This commit is contained in:
@@ -1130,6 +1130,16 @@ static BOOL _disableLongPressGestureOnEvent;
|
||||
[self resetAttachmentViewBottomConstraintConstant];
|
||||
}
|
||||
|
||||
- (void)addTmpSubview:(UIView*)subview
|
||||
{
|
||||
if (!self.tmpSubviews)
|
||||
{
|
||||
self.tmpSubviews = [NSMutableArray new];
|
||||
}
|
||||
|
||||
[self.tmpSubviews addObject:subview];
|
||||
}
|
||||
|
||||
#pragma mark - Attachment progress handling
|
||||
|
||||
- (void)updateProgressUI:(NSDictionary*)statisticsDict
|
||||
|
||||
Reference in New Issue
Block a user