Authored by Klaas Pieter Annema

Add documentation to imageURL property

@@ -44,6 +44,12 @@ @@ -44,6 +44,12 @@
44 */ 44 */
45 @interface UIImageView (WebCache) 45 @interface UIImageView (WebCache)
46 46
  47 +/**
  48 + * Get the current image URL.
  49 + *
  50 + * Note that because of the limitations of categories this property can get out of sync
  51 + * if you use setImage: directly.
  52 + */
47 - (NSURL *)imageURL; 53 - (NSURL *)imageURL;
48 54
49 /** 55 /**