Readded `shouldUseCredentialStorage` to preserve backwards compatibility

This commit is contained in:
Bogdan Poplauschi 2016-06-06 21:24:11 +03:00
parent 473054879c
commit fc0de57066
1 changed files with 6 additions and 0 deletions

View File

@ -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:`.
*