Skip to content

Commit

Permalink
removed files
Browse files Browse the repository at this point in the history
  • Loading branch information
rounak committed Feb 19, 2015
1 parent 26ca6a2 commit 32cf633
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,12 @@ This project is based on [Michael Villar's excellent Motion Experiments post](ht
```objective-c
#import <UIImageView+RJLoader.h>

...
//before starting
[self.imageView startLoader];

...

//update progress
[self.imageView updateImageDownloadProgress:progress];

...
//after completion
[self.imageView reveal];

Expand All @@ -28,8 +24,6 @@ This project is based on [Michael Villar's excellent Motion Experiments post](ht
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
RJImageLoader is available through [CocoaPods](http://cocoapods.org). To install
Expand Down

0 comments on commit 32cf633

Please sign in to comment.