fix: Hide scroll bar in seismics table
This commit is contained in:
+1
@@ -62,6 +62,7 @@ class SeismicNetworksViewController: UIViewController, UITableViewDelegate, UITa
|
|||||||
tableView.translatesAutoresizingMaskIntoConstraints = false
|
tableView.translatesAutoresizingMaskIntoConstraints = false
|
||||||
tableView.delegate = self
|
tableView.delegate = self
|
||||||
tableView.dataSource = self
|
tableView.dataSource = self
|
||||||
|
tableView.showsVerticalScrollIndicator = false
|
||||||
return tableView
|
return tableView
|
||||||
}()
|
}()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user