Refactor cell rendering, move most of the controls to the subclass, refactor user actions, add you started call state

This commit is contained in:
ismailgulek
2021-03-17 18:17:54 +03:00
parent cb642ea51a
commit c73bd32cdd
8 changed files with 89 additions and 96 deletions
@@ -19,7 +19,7 @@ import Reusable
class RoomBaseCallBubbleCell: MXKRoomBubbleTableViewCell {
fileprivate lazy var innerContentView: CallBubbleCellBaseContentView = {
lazy var innerContentView: CallBubbleCellBaseContentView = {
return CallBubbleCellBaseContentView.loadFromNib()
}()