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 2859f9b5cd
commit f416597f7c
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()
}()