AFNetworking/AFNetworking
2013-01-04 12:56:53 -08:00
..
AFHTTPClient.h Adding AFHTTPClient -setDefaultCredential: 2013-01-04 12:52:14 -08:00
AFHTTPClient.m Merge branch 'master' of github.com:AFNetworking/AFNetworking 2013-01-04 12:56:53 -08:00
AFHTTPRequestOperation.h Fixes warning: atomic by default property 'X' has a user defined getter (property should be marked 'atomic' if this is intended) [-Werror,-Wcustom-atomic-properties] 2012-11-30 18:02:15 +11:00
AFHTTPRequestOperation.m Cause a failure when an operation is cancelled, fixes #657 2012-12-19 14:47:49 +00:00
AFImageRequestOperation.h Implemented usage of instancetype. 2012-12-23 10:59:56 +02:00
AFImageRequestOperation.m Merge branch 'master' of https://github.com/guykogus/AFNetworking into guykogus-master 2012-12-27 12:30:42 -05:00
AFJSONRequestOperation.h Implemented usage of instancetype. 2012-12-23 10:59:56 +02:00
AFJSONRequestOperation.m Merge branch 'master' of https://github.com/guykogus/AFNetworking into guykogus-master 2012-12-27 12:30:42 -05:00
AFNetworkActivityIndicatorManager.h Implemented usage of instancetype. 2012-12-23 10:59:56 +02:00
AFNetworkActivityIndicatorManager.m Implemented usage of instancetype. 2012-12-23 10:59:56 +02:00
AFNetworking.h Merge branch 'fixes-for-strict-warnings' of https://github.com/ittybittyapps/AFNetworking into ittybittyapps-fixes-for-strict-warnings 2012-11-30 15:09:11 -08:00
AFPropertyListRequestOperation.h Implemented usage of instancetype. 2012-12-23 10:59:56 +02:00
AFPropertyListRequestOperation.m Merge branch 'master' of https://github.com/guykogus/AFNetworking into guykogus-master 2012-12-27 12:30:42 -05:00
AFURLConnectionOperation.h Adding credential property to AFURLConnectionOperation 2013-01-04 12:41:25 -08:00
AFURLConnectionOperation.m Adding credential property to AFURLConnectionOperation 2013-01-04 12:41:25 -08:00
AFXMLRequestOperation.h Implemented usage of instancetype. 2012-12-23 10:59:56 +02:00
AFXMLRequestOperation.m Merge branch 'master' of https://github.com/guykogus/AFNetworking into guykogus-master 2012-12-27 12:30:42 -05:00
UIImageView+AFNetworking.h [Issue #592][Issue #600] Changes the logic of UIImageView -setImageWithURLRequest:placeholderImage:success:failure: such that if the success block is specified, the default behavior of self.image = image is not executed. This allows for full customization over any post-processing on the image, or the animation to be used when setting the image. 2012-10-31 08:20:58 -07:00
UIImageView+AFNetworking.m Fixes warning: 'macro' is not defined, evaluates to 0 2012-11-30 17:59:50 +11:00