MXKRoomBubbleTableViewCell: Fix view disappearing on didendisplay.

This commit is contained in:
SBiOSoftWhare
2022-02-09 08:40:24 +01:00
parent f9e953c966
commit 3d82ef9e42
2 changed files with 127 additions and 93 deletions

View File

@@ -75,11 +75,9 @@
- (MXKCellData*)renderedCellData;
/**
Reset the cell.
Stop processes no more needed when cell is not visible.
The cell is no more displayed. This is time to release resources and removing listeners.
In case of UITableViewCell or UIContentViewCell object, the cell must reset in a state
that it can be reusable.
The cell is no more displayed but still recycled. This is time to stop animation.
*/
- (void)didEndDisplay;