Open ronakamlani opened 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 }`
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?
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!