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
2014-06-17 18:54:04 +0300
Commit
6c409cd8a00fce0e4d10b75f3098a70320850aee
1 parent
2973aedd
Exposing the SDWebImageManager from the SDWebImagePrefetcher class. Fixes #394
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
SDWebImage/SDWebImagePrefetcher.h
SDWebImage/SDWebImagePrefetcher.h
View file @
6c409cd
...
...
@@ -42,6 +42,11 @@
@interface
SDWebImagePrefetcher
:
NSObject
/**
* The web image manager
*/
@property
(
strong
,
nonatomic
,
readonly
)
SDWebImageManager
*
manager
;
/**
* Maximum number of URLs to prefetch at the same time. Defaults to 3.
*/
@property
(
nonatomic
,
assign
)
NSUInteger
maxConcurrentDownloads
;
...
...
Please
register
or
login
to post a comment