cached image description fixed

This commit is contained in:
Николай Ашанин 2016-09-29 18:03:33 +03:00
parent 02d35231ac
commit 96c9ed1d52
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public extension UIImage {
/**
creates a new image from a URL with optional caching.
if cached, the cached image is returned.
if using cache, the cached image is returned.
otherwise, a place holder is used until the image from web is returned by the fetchComplete.
- parameter url: The image URL.