forked from shadowfacts/Tusker
Enable drag & drop on account list screen
This commit is contained in:
parent
13cdb5d8c7
commit
6a927e4092
|
@ -30,6 +30,8 @@ class AccountListTableViewController: EnhancedTableViewController {
|
|||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
|
||||
dragEnabled = true
|
||||
|
||||
tableView.register(UINib(nibName: "AccountTableViewCell", bundle: .main), forCellReuseIdentifier: accountCell)
|
||||
|
||||
tableView.rowHeight = UITableView.automaticDimension
|
||||
|
|
Loading…
Reference in New Issue