SDWebImage/Examples/SDWebImage Demo
Bogdan Poplauschi 50c4d1d2eb Implemented NTLM auth support. Replaced deprecated auth challenge methods from `NSURLConnectionDelegate`. Replaces #711.
- added `username` and `password` properties on `SDWebImageDownloader`
- added `shouldUseCredentialStorage` and `credential` properties on `SDWebImageDownloaderOperation`
- `SDWebImageDownloaderOperation` conforms to `NSURLConnectionDataDelegate` (it used to implement the methods, but didn't stated the protocol in the declaration)
- removed deprecated methods: `- connection:canAuthenticateAgainstProtectionSpace:` and `- connection:didReceiveAuthenticationChallenge:` with `- connectionShouldUseCredentialStorage:` and `- connection:willSendRequestForAuthenticationChallenge:`
- updated demo project to download one image the requires HTTP auth
2014-06-23 21:57:33 +03:00
..
en.lproj Rework static library settings and documentation and add an example project 2012-05-10 00:30:48 +02:00
AppDelegate.h Rework static library settings and documentation and add an example project 2012-05-10 00:30:48 +02:00
AppDelegate.m Custom image cache search paths 2013-06-07 17:57:28 +02:00
DetailViewController.h Rework static library settings and documentation and add an example project 2012-05-10 00:30:48 +02:00
DetailViewController.m Fixed warnings from demo project (started using the new methods, the ones with the sd_ prefix). 2014-06-20 10:07:12 +03:00
MasterViewController.h Rework static library settings and documentation and add an example project 2012-05-10 00:30:48 +02:00
MasterViewController.m Implemented NTLM auth support. Replaced deprecated auth challenge methods from `NSURLConnectionDelegate`. Replaces #711. 2014-06-23 21:57:33 +03:00
SDWebImage Demo-Info.plist Rework static library settings and documentation and add an example project 2012-05-10 00:30:48 +02:00
SDWebImage Demo-Prefix.pch Rework static library settings and documentation and add an example project 2012-05-10 00:30:48 +02:00
main.m Rework static library settings and documentation and add an example project 2012-05-10 00:30:48 +02:00
placeholder.png Rework static library settings and documentation and add an example project 2012-05-10 00:30:48 +02:00
placeholder@2x.png Rework static library settings and documentation and add an example project 2012-05-10 00:30:48 +02:00