Skip to content

Repository files navigation

Tests

Single image view

Gallery

For the latest changes see the CHANGELOG

Install

SwiftPM

Just add the repository URL in Xcode.

Sample Usage

For a detailed example, see the Example

// Show the ImageViewer with the first item
self.presentImageGallery(GalleryViewController(startIndex:0, itemsDataSource:self))
// The GalleryItemsDataSource provides the items to show
extensionViewController:GalleryItemsDataSource{func itemCount()->Int{return items.count
}func provideGalleryItem(_ index:Int)->GalleryItem{returnitems[index].galleryItem
}}

About

An image viewer à la Twitter

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages