diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 5af5108..0000000 --- a/.travis.yml +++ /dev/null @@ -1,15 +0,0 @@ -# references: -# * http://www.objc.io/issue-6/travis-ci.html -# * https://github.com/supermarin/xcpretty#usage - -language: objective-c -# cache: cocoapods -# podfile: Example/Podfile -# before_install: -# - gem install cocoapods # Since Travis is not always on latest version -# - pod install --project-directory=Example -install: -- gem install xcpretty --no-rdoc --no-ri --no-document --quiet -script: -- set -o pipefail && xcodebuild test -workspace Example/RJImageLoader.xcworkspace -scheme RJImageLoader-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c -- pod lib lint --quick diff --git a/README.md b/README.md index f7bf909..285fdff 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,12 @@ This project is based on [Michael Villar's excellent Motion Experiments post](ht ```objective-c #import -... //before starting [self.imageView startLoader]; -... - //update progress [self.imageView updateImageDownloadProgress:progress]; -... //after completion [self.imageView reveal]; @@ -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