Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olimpias/olimpo
Image Download And Cache Lib
https://github.com/olimpias/olimpo
Last synced: 23 days ago
JSON representation
Image Download And Cache Lib
- Host: GitHub
- URL: https://github.com/olimpias/olimpo
- Owner: olimpias
- License: mit
- Created: 2016-06-28T20:10:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-30T18:29:25.000Z (over 8 years ago)
- Last Synced: 2023-02-28T10:51:31.930Z (over 1 year ago)
- Language: Swift
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Olimpo
Olimpo simplifies image caching and download operations. It manages downloaded image and moves to given UIimageView.
## Example
In this example, olimpo downloads given url data and converts data to uiimage, when olimpo finishes conversion, it assigns image to imageView's image.
```swift
Olimpo.load("https://assets-cdn.github.com/images/modules/logos_page/GitHub-Mark.png").into(imageView);
```
To see how does olimpo work with TableView, check out olimpoDemo project.
## TODO
Scaling options for downloaded image
Making caching machanism more dynamic