minor tableview tweaks

pull/689/head
Ryan Zhao 2 years ago
parent 6e3c80c16b
commit ec8b9df3bb

@ -53,9 +53,10 @@ final class NewConversationVC: BaseVC, UITableViewDelegate, UITableViewDataSourc
}() }()
private lazy var contactsTableView: UITableView = { private lazy var contactsTableView: UITableView = {
let result = UITableView(frame: .zero, style: .grouped) let result = UITableView()
result.delegate = self result.delegate = self
result.dataSource = self result.dataSource = self
result.separatorStyle = .none
result.backgroundColor = Colors.navigationBarBackground result.backgroundColor = Colors.navigationBarBackground
if #available(iOS 15.0, *) { if #available(iOS 15.0, *) {
result.sectionHeaderTopPadding = 0 result.sectionHeaderTopPadding = 0

Loading…
Cancel
Save