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.navigationItem.hidesSearchBarWhenScrolling = false
|
||||||
|
|
||||||
self.tableView.dataSource = self.dataSource
|
self.tableView.dataSource = self.dataSource
|
||||||
|
self.tableView.prefetchDataSource = self.dataSource
|
||||||
self.tableView.allowsSelectionDuringEditing = true
|
self.tableView.allowsSelectionDuringEditing = true
|
||||||
|
|
||||||
self.updateShortcuts()
|
self.updateShortcuts()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user