From 96c9ed1d528e89964cbd157d9dda91f5016a326d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0=D0=B8=CC=86=20=D0=90?= =?UTF-8?q?=D1=88=D0=B0=D0=BD=D0=B8=D0=BD?= Date: Thu, 29 Sep 2016 18:03:33 +0300 Subject: [PATCH] cached image description fixed --- LeadKit/LeadKit/Extensions/UIImage/UIImage+Loading.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LeadKit/LeadKit/Extensions/UIImage/UIImage+Loading.swift b/LeadKit/LeadKit/Extensions/UIImage/UIImage+Loading.swift index 9d5cb82a..a2956e56 100644 --- a/LeadKit/LeadKit/Extensions/UIImage/UIImage+Loading.swift +++ b/LeadKit/LeadKit/Extensions/UIImage/UIImage+Loading.swift @@ -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.