hyperoslo / Gallery

📹 Your next favorite image and video picker
Other
1.42k stars 273 forks source link

Performance issue, once loading image/Video list, the data is from ICloud #174

Open ronakamlani opened 4 years ago

ronakamlani commented 4 years ago

First of all, thank you so much for the great library, its saved my time.

I am getting the performance issue on Loading the Image/Video list specially once I am fetching data from iCloud.

Any-buddy suggest me to come out please!

ronakamlani commented 4 years ago

This is my code snapshot, please please provide me any solution, if you have guys.

`class AddLocationTabController: UIViewController, GalleryControllerDelegate,UITabBarControllerDelegate{ let gallery = GalleryController() override func viewDidLoad() { super.viewDidLoad()

    openGallery()     

} private func openGallery(){ gallery.delegate = self gallery.modalPresentationStyle = .fullScreen present(gallery, animated: true, completion: nil) } //Rest of galleryController function }`

3lvis commented 4 years ago

Hi @ronakamlani, sorry for the late reply, we haven't had someone to take over this repository. Did you find your problem?

niralishaha25 commented 2 years ago

Facing the issue frequently. Any update on it?