Gallery icon indicating copy to clipboard operation
Gallery copied to clipboard

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

Open ronakamlani opened this issue 5 years ago • 3 comments

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 avatar Apr 14 '20 13:04 ronakamlani

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 }`

ronakamlani avatar Apr 16 '20 05:04 ronakamlani

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

3lvis avatar Oct 04 '20 09:10 3lvis

Facing the issue frequently. Any update on it?

niralishaha25 avatar Aug 17 '22 04:08 niralishaha25