Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ios
/
yh_sdwebimage
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Klaas Pieter Annema
2013-11-29 11:39:01 -0500
Commit
77be243598990976a4b78f5e9549bd9c29bf61f2
1 parent
074ce1f4
Add documentation to imageURL property
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
SDWebImage/UIImageView+WebCache.h
SDWebImage/UIImageView+WebCache.h
View file @
77be243
...
...
@@ -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
;
/**
...
...
Please
register
or
login
to post a comment