UI updates

This commit is contained in:
ismailgulek
2020-09-15 14:09:57 +03:00
parent d2f3fb9022
commit fa94d4d0cf
3 changed files with 13 additions and 10 deletions
@@ -112,9 +112,7 @@ final class RoomCreationEventsModalViewController: UIViewController {
}
private func setupViews() {
mainTableView.separatorStyle = .none
mainTableView.tableFooterView = UIView()
mainTableView.contentInset = UIEdgeInsets(top: 10, left: 0, bottom: 20, right: 0)
mainTableView.contentInset = UIEdgeInsets(top: 16, left: 0, bottom: 36, right: 0)
mainTableView.register(cellType: TextViewTableViewCell.self)
}