Add documentation to imageURL property
This commit is contained in:
parent
074ce1f4cf
commit
77be243598
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue