Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ronakamlani opened this issue Apr 14, 2020 · 3 comments

Comments

@ronakamlani
Copy link

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
Copy link
Author

ronakamlani commented Apr 16, 2020

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
Copy link
Collaborator

3lvis commented Oct 4, 2020

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

@niralishaha25
Copy link

Facing the issue frequently. Any update on it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants