Readded `shouldUseCredentialStorage` to preserve backwards compatibility
This commit is contained in:
parent
473054879c
commit
fc0de57066
|
@ -30,6 +30,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:`.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue