NSURLConnection Newsstand Kit Additions
| Inherits from | |
| Conforms to | |
| Framework | /System/Library/Frameworks/NewsstandKit.framework |
| Declared in | NKNSURLConnectionAdditions.h |
Overview
The Newsstand Kit framework adds a property to this class through the NKAssetDownloadAdditions category.
The newsstandAssetDownload property gives an a convenient way to access the NKAssetDownload object associated an NSURLConnection object.
Properties
newsstandAssetDownload
The asset-download object associated with the URL connection.
@property (nonatomic, readonly) NKAssetDownload *newsstandAssetDownload;
Discussion
Through the NKAssetDownload instance you can access the NKIssue and NSURLRequest objects associated with the asset.
Availability
- Available in iOS 5.0 and later.
Declared In
NKNSURLConnectionAdditions.h© 2011 Apple Inc. All Rights Reserved. (Last updated: 2011-10-12)