From 77be243598990976a4b78f5e9549bd9c29bf61f2 Mon Sep 17 00:00:00 2001 From: Klaas Pieter Annema Date: Fri, 29 Nov 2013 11:39:01 -0500 Subject: [PATCH] Add documentation to imageURL property --- SDWebImage/UIImageView+WebCache.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/SDWebImage/UIImageView+WebCache.h b/SDWebImage/UIImageView+WebCache.h index 1bd66773..40e2f2cc 100644 --- a/SDWebImage/UIImageView+WebCache.h +++ b/SDWebImage/UIImageView+WebCache.h @@ -44,6 +44,12 @@ */ @interface UIImageView (WebCache) +/** + * Get the current image URL. + * + * Note that because of the limitations of categories this property can get out of sync + * if you use setImage: directly. + */ - (NSURL *)imageURL; /**