VImagesView 1.1.2

VImagesView 1.1.2

Maintained by keisme.



 
Depends on:
SnapKit>= 0
Kingfisher>= 0
JXPhotoBrowser>= 0
 

  • By
  • JFF147

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