-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
In some cases, you might have URLs for images (and possibly thumbnails), and it would make sense for RIGImageGallery to manage loading those images internally. If we don't want to own the actual URL requests, we could expose a block or delegate method so that the consumer provides some synchronous image loading code that RIGImageGallery calls asynchronously on their behalf. Coupled with this, RIGImageGallery should support a default per-page loading spinner and a customization point to provide a loading view, which optionally can show percentage progress instead of just "loading".