ImageViewer.swift
An easy to use Image Viewer that is inspired by Facebook.
Supports
- From iOS 10
- Swift versions
- Swift 4.0
- Swift 4.2
- Swift 5.0
Installation
Using cocoapods
How to use it
The simplest way to to use this is by using the UIImageView.setupImageViewer()
Example:
Or you might load it from a URL
Or you might load it with an array of images [UIImage]
Or you might load it with an array of URL [URL]
You could also check the Demo Project for more information.