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
Plain Diff
Browse Files
Authored by
Bogdan Poplauschi
2014-09-22 22:23:19 +0300
Commit
2233b5e77de655bdc718507602cfdd61b698b618
2 parents
ee3c351a
54a772eb
Merge pull request #896 from skrew/master
Update UIImageView+WebCache.m
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
SDWebImage/UIImageView+WebCache.m
SDWebImage/UIImageView+WebCache.m
View file @
2233b5e
...
...
@@ -43,7 +43,9 @@ static char imageURLKey;
objc_setAssociatedObject
(
self
,
&
imageURLKey
,
url
,
OBJC_ASSOCIATION_RETAIN_NONATOMIC
);
if
(
!
(
options
&
SDWebImageDelayPlaceholder
))
{
self
.
image
=
placeholder
;
dispatch_main_async_safe
(
^
{
self
.
image
=
placeholder
;
});
}
if
(
url
)
{
...
...
Please
register
or
login
to post a comment