Introduction
Celestial is an in-app cache manager that allows you to easily cache both videos and images. You can use built-in UIViews URLImageView and URLVideoPlayerView to display cached images and videos respectively. These two UIView classes provide flexible options such as determining where the downloaded image or video will be cached
Avoid redundant downloads
Celestial's URLImageView and URLVideoPlayerView prevents making duplicate API calls and addresses UI glitches when displaying in dequeued UITableViewCells and UICollectionViewCells
Prerequisites
- Xcode 8.0 or higher
- iOS 10.0 or higher
Installation
Celestial is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'Celestial'