VImagesView
Download multi images and show them vertically, support Xib/code and device rotation
Requirements
- iOS 12.0+
- Swift 5.0+
Installation
CocoaPods
Available on CocoaPods. Just add the following to your project Podfile:
pod 'VImagesView'
Usage
import VImagesView
// If use Xib, skip to next
let vImagesView = VImagesView()
// Set web images' URL
vImagesView.imagesURL = [String]
// If set true, image will be shown by its original scale
vImagesView.isImageOriginalScale = true