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
Bogdan Poplauschi
2016-06-01 10:02:41 +0300
Commit
881da8fbe06760203c569631c5ff6aa848bb0c5f
1 parent
32f4e4d2
Corrected comment (was changed unintentionally).
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
SDWebImage/MKAnnotationView+WebCache.h
SDWebImage/UIImageView+WebCache.h
SDWebImage/MKAnnotationView+WebCache.h
View file @
881da8f
...
...
@@ -18,7 +18,7 @@
* Get the current image URL.
*
* Note that because of the limitations of categories this property can get out of sync
* if you use s
d_s
etImage: directly.
* if you use setImage: directly.
*/
-
(
NSURL
*
)
sd_imageURL
;
...
...
SDWebImage/UIImageView+WebCache.h
View file @
881da8f
...
...
@@ -48,7 +48,7 @@
* Get the current image URL.
*
* Note that because of the limitations of categories this property can get out of sync
* if you use s
d_s
etImage: directly.
* if you use setImage: directly.
*/
-
(
NSURL
*
)
sd_imageURL
;
...
...
Please
register
or
login
to post a comment