Skip to content

Commit

Permalink
Add cacheType to completionHandler in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ealeksandrov committed Mar 11, 2016
1 parent 828434d commit 8055442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ imageView.kf_setImageWithURL(NSURL(string: "your_image_url")!,
progressBlock: { (receivedSize, totalSize) -> () in
print("Download Progress: \(receivedSize)/\(totalSize)")
},
completionHandler: { (image, error, imageURL) -> () in
completionHandler: { (image, error, cacheType, imageURL) -> () in
print("Downloaded and set!")
}
)
Expand Down

0 comments on commit 8055442

Please sign in to comment.