UIPhotoGallery icon indicating copy to clipboard operation
UIPhotoGallery copied to clipboard

How to reload the PhotoGallery? Like reload in UITableView?

Open ArthurMav opened this issue 11 years ago • 3 comments

ArthurMav avatar Sep 19 '14 03:09 ArthurMav

Hi, you can just call [galleryView layoutSubviews] to reload it

ethan605 avatar Sep 19 '14 03:09 ethan605

Thanks for your quick reply.

ArthurMav avatar Sep 19 '14 04:09 ArthurMav

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

Lopdo avatar Jan 18 '15 19:01 Lopdo