SDWebImage/Examples/SDWebImage Demo
mythodeia 2cfa5ccb88 Loading Indicator view with 2 lines of code
added support for UIActivityIndicatorView while the image is
downloaded, without adding extra ‘setImageWithUrl’ methods to the
UIImageView+WebCache category.
I used [this pull
request](https://github.com/mythodeia/UIActivityIndicator-for-SDWebImage
), original author is [JJSaccolo](https://github.com/JJSaccolo), and
modded it a bit to support loading indicator while the image is
downloading.

the usage is basically this right before the usual sd_setImage...
methods:
```
        // show activity indicator
        [cell.imageView setShowActivityIndicatorView:YES];
        // choose indicator style
        [cell.imageView
setIndicatorStyle:UIActivityIndicatorViewStyleGray];
```
2014-11-06 19:26:44 +02:00
..
en.lproj Rework static library settings and documentation and add an example project 2012-05-10 00:30:48 +02:00
AppDelegate.h Rework static library settings and documentation and add an example project 2012-05-10 00:30:48 +02:00
AppDelegate.m Custom image cache search paths 2013-06-07 17:57:28 +02:00
DetailViewController.h Rework static library settings and documentation and add an example project 2012-05-10 00:30:48 +02:00
DetailViewController.m Fixed warnings from demo project (started using the new methods, the ones with the sd_ prefix). 2014-06-20 10:07:12 +03:00
MasterViewController.h Rework static library settings and documentation and add an example project 2012-05-10 00:30:48 +02:00
MasterViewController.m Loading Indicator view with 2 lines of code 2014-11-06 19:26:44 +02:00
SDWebImage Demo-Info.plist Rework static library settings and documentation and add an example project 2012-05-10 00:30:48 +02:00
SDWebImage Demo-Prefix.pch Rework static library settings and documentation and add an example project 2012-05-10 00:30:48 +02:00
main.m Rework static library settings and documentation and add an example project 2012-05-10 00:30:48 +02:00
placeholder.png Rework static library settings and documentation and add an example project 2012-05-10 00:30:48 +02:00
placeholder@2x.png Rework static library settings and documentation and add an example project 2012-05-10 00:30:48 +02:00