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
Olivier Poitrey
2010-06-11 16:32:35 +0200
Commit
7350e1fa03a0fd3fc4ba6bf70342ebf3e2cf7a63
1 parent
1b0cf3a3
Fix english in new method naming
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
UIImageView+WebCache.h
UIImageView+WebCache.m
UIImageView+WebCache.h
View file @
7350e1f
...
...
@@ -13,6 +13,6 @@
-
(
void
)
setImageWithURL
:
(
NSURL
*
)
url
;
-
(
void
)
setImageWithURL
:(
NSURL
*
)
url
placeholderImage
:(
UIImage
*
)
placeholder
;
-
(
void
)
cancelCurrentImageLoad
ing
;
-
(
void
)
cancelCurrentImageLoad
;
@end
...
...
UIImageView+WebCache.m
View file @
7350e1f
...
...
@@ -46,7 +46,7 @@
}
}
-
(
void
)
cancelCurrentImageLoad
ing
-
(
void
)
cancelCurrentImageLoad
{
[[
SDWebImageManager
sharedManager
]
cancelForDelegate
:
self
];
}
...
...
Please
register
or
login
to post a comment