UIPhotoGallery
UIPhotoGallery copied to clipboard
How to reload the PhotoGallery? Like reload in UITableView?
Hi, you can just call [galleryView layoutSubviews] to reload it
Thanks for your quick reply.
Hey there, wouldn't it be better to implement reloadData method? Using layoutSubview seems bit hackish and using dedicated method could prove beneficial if you decide to change some internal working in the future that would allow for more efficient reload