fix: Hide scroll bar in seismics table

This commit is contained in:
Andrea Busi
2025-02-12 09:06:25 +01:00
parent 217cbfd4e3
commit 85c9f333ce
@@ -62,6 +62,7 @@ class SeismicNetworksViewController: UIViewController, UITableViewDelegate, UITa
tableView.translatesAutoresizingMaskIntoConstraints = false
tableView.delegate = self
tableView.dataSource = self
tableView.showsVerticalScrollIndicator = false
return tableView
}()