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
9 years ago
Commit
fc0de57066092f38b88b8e08f2f781a53e995f6c
1 parent
47305487
Readded `shouldUseCredentialStorage` to preserve backwards compatibility
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
SDWebImage/SDWebImageDownloaderOperation.h
SDWebImage/SDWebImageDownloaderOperation.h
View file @
fc0de57
...
...
@@ -31,6 +31,12 @@ extern NSString *const SDWebImageDownloadFinishNotification;
@property
(
assign
,
nonatomic
)
BOOL
shouldDecompressImages
;
/**
* Was used to determine whether the URL connection should consult the credential storage for authenticating the connection.
* @deprecated Not used for a couple of versions
*/
@property
(
nonatomic
,
assign
)
BOOL
shouldUseCredentialStorage
__deprecated_msg
(
"Property deprecated. Does nothing. Kept only for backwards compatibility"
);
/**
* The credential used for authentication challenges in `-connection:didReceiveAuthenticationChallenge:`.
*
* This will be overridden by any shared credentials that exist for the username or password of the request URL, if present.
...
...
Please
register
or
login
to post a comment