Vulcan
Multi image downloader with priority in Swift
Features
- Very light
- Multi image download with priority
- Caching images
- Pure Swift
- Composable image
- Support WebP
Single download | Multi download with priority |
---|---|
![]() |
![]() |
Installation
CocoaPods
Setup CocoaPods:
$ gem install cocoapods
CocoaPods 1.1.0+ is required to build Vulcan
Podfile
platform :ios, '8.0'
use_frameworks!
target '<Your Target Name>' do
pod 'Vulcan'
end
Then, run the following command:
$ pod install
Carthage
Setup carthage:
$ brew update
$ brew install carthage
Cartfile
github "jinSasaki/Vulcan"
Usage
Image downloading and show
WebP image
If you installed via CocoaPods, add pod 'Vulcan/WebP'
.
If you installed via Carthage, add SwiftWebP.framework
to project.
Requirements
- iOS 9.0+
- Xcode 8.1+
- Swift 3.0.1+