Fixes images not prefetching in AppIconShortcutsViewController
This commit is contained in:
parent
e91b6bcd6b
commit
3189c502c5
@ -42,6 +42,7 @@ class AppIconShortcutsViewController: UITableViewController
|
||||
self.navigationItem.hidesSearchBarWhenScrolling = false
|
||||
|
||||
self.tableView.dataSource = self.dataSource
|
||||
self.tableView.prefetchDataSource = self.dataSource
|
||||
self.tableView.allowsSelectionDuringEditing = true
|
||||
|
||||
self.updateShortcuts()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user