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
Alex Burgel
2013-01-04 16:45:09 -0500
Commit
cfb65f2d751d81b7a57a1818c0a907d028b7535c
1 parent
c876cafa
Change SDWebImageManager to use shared image cache
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
SDWebImage/SDWebImageManager.m
SDWebImage/SDWebImageManager.m
View file @
cfb65f2
...
...
@@ -39,7 +39,7 @@
{
if
((
self
=
[
super
init
]))
{
_imageCache
=
SDImageCache
.
new
;
_imageCache
=
[
SDImageCache
sharedImageCache
]
;
_imageDownloader
=
SDWebImageDownloader
.
new
;
_failedURLs
=
NSMutableArray
.
new
;
_runningOperations
=
NSMutableArray
.
new
;
...
...
Please
register
or
login
to post a comment