Add documentation to imageURL property
Showing
1 changed file
with
6 additions
and
0 deletions
@@ -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 | /** |
-
Please register or login to post a comment