younatics / MediaBrowser

🏞 A simple iOS photo and video browser with optional grid view, captions and selections written in Swift5.0
https://younatics.github.io/MediaBrowser/
MIT License
648 stars 117 forks source link

Reload grid #46

Open nitishrana28 opened 6 years ago

nitishrana28 commented 6 years ago

How do we reload the contents of grid ? I tried to reload the UICollectionView of MediaGridViewController, but it didn't work.

venkat20390 commented 5 years ago

Can't we able to reload the grid with this library? I am having a feature which lets users select and add new photos to the app. I can't find a way to reload the MediaGridViewController as well.