We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
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 }`
Sorry, something went wrong.
Hi @ronakamlani, sorry for the late reply, we haven't had someone to take over this repository. Did you find your problem?
Facing the issue frequently. Any update on it?
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: