e-sung / SDRemoteImageView

Fetch image data from remote server, downsample it, and display it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDRemoteImageView

Build Status

Introduction

Images are biggest factor for memory footprint. To make minimal footprint while dealing with images, you should use technique called downsampling when possible. This project shows you a way to apply the technique.

To understand concept behind the downsampling more deeply, please checkout WWDC talk Images and Graphics Best Practices . It's one of the must-see session for all iOS developers. ​​

Demo

SDRemoteImageView Demo

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

This project has zero depdencies other than Foundation and UIKit

Installation

SDRemoteImageView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'SDRemoteImageView'

Author

e-sung, dev.esung@gmail.com, https://twitter.com/sungdooyoo

License

SDRemoteImageView is available under the MIT license. See the LICENSE file for more info.

About

Fetch image data from remote server, downsample it, and display it

License:MIT License


Languages

Language:Swift 91.1%Language:Ruby 8.9%