Trying to make share extension, have to recreate project
This commit is contained in:
@@ -93,7 +93,7 @@ class GIFCollectionViewController: UIViewController {
|
||||
updateEmptyState()
|
||||
}
|
||||
|
||||
private func loadGIFs() {
|
||||
func loadGIFs() {
|
||||
gifs = GIFStorageService.shared.fetchGIFs()
|
||||
collectionView.reloadData()
|
||||
updateEmptyState()
|
||||
|
||||
Reference in New Issue
Block a user