johnomarkid / sdwebimage-download-progress

An extension of the SDWebImage library that adds the ability to use OCProgress to accurately show the downloading progress on an image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sdwebimage-download-progress

An extension of the SDWebImage library that adds the ability to use OCProgress to accurately show the downloading progress on an image. ARC compatible, and ARC only.

Inspired by the DavidBoyes fork of SDWebImage (https://github.com/DavidBoyes/SDWebImageView-Example).

Using the OCProgress Indicator from Obsessive Code (http://www.obsessivecode.com/projects/ocprogress/).

Installation

Follow the installation instructions here: https://github.com/rs/SDWebImage

TODO

  • Include ability to turn progress indicator on/off depending on property.
  • Ability to manually set size of OCProgress.

About

An extension of the SDWebImage library that adds the ability to use OCProgress to accurately show the downloading progress on an image.


Languages

Language:Objective-C 97.3%Language:C 2.7%