mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-06-14 09:49:21 +08:00
339 lines
16 KiB
XML
339 lines
16 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Tokens version="1.0">
|
|
<File path="Protocols/PINRemoteImageCategory_Deprecated.html">
|
|
|
|
<Token>
|
|
<TokenIdentifier>//apple_ref/occ/intf/PINRemoteImageCategory_Deprecated</TokenIdentifier>
|
|
<Abstract type="html">Deprecated version of protocol to implement on UIView subclasses to support PINRemoteImage</Abstract>
|
|
<DeclaredIn>PINRemoteImageCategoryManager.h</DeclaredIn>
|
|
|
|
|
|
<NodeRef refid="4"/>
|
|
</Token>
|
|
|
|
|
|
<Token>
|
|
<TokenIdentifier>//apple_ref/occ/intfm/PINRemoteImageCategory_Deprecated/setImageFromURL:</TokenIdentifier>
|
|
<Abstract type="html">Set the image from the given URL.</Abstract>
|
|
<DeclaredIn>PINRemoteImageCategoryManager.h</DeclaredIn>
|
|
|
|
<Declaration>- (void)setImageFromURL:(NSURL *)url</Declaration>
|
|
<Parameters>
|
|
<Parameter>
|
|
<Name>url</Name>
|
|
<Abstract type="html">NSURL to fetch from.</Abstract>
|
|
</Parameter>
|
|
</Parameters>
|
|
|
|
<Anchor>//api/name/setImageFromURL:</Anchor>
|
|
<NodeRef refid="4"/>
|
|
</Token>
|
|
|
|
<Token>
|
|
<TokenIdentifier>//apple_ref/occ/intfm/PINRemoteImageCategory_Deprecated/setImageFromURL:placeholderImage:</TokenIdentifier>
|
|
<Abstract type="html">Set the image from the given URL and set placeholder image while image at URL is being retrieved.</Abstract>
|
|
<DeclaredIn>PINRemoteImageCategoryManager.h</DeclaredIn>
|
|
|
|
<Declaration>- (void)setImageFromURL:(NSURL *)url placeholderImage:(UIImage *)placeholderImage</Declaration>
|
|
<Parameters>
|
|
<Parameter>
|
|
<Name>url</Name>
|
|
<Abstract type="html">NSURL to fetch from.</Abstract>
|
|
</Parameter><Parameter>
|
|
<Name>placeholderImage</Name>
|
|
<Abstract type="html">UIImage to set on the view while the image at URL is being retrieved.</Abstract>
|
|
</Parameter>
|
|
</Parameters>
|
|
|
|
<Anchor>//api/name/setImageFromURL:placeholderImage:</Anchor>
|
|
<NodeRef refid="4"/>
|
|
</Token>
|
|
|
|
<Token>
|
|
<TokenIdentifier>//apple_ref/occ/intfm/PINRemoteImageCategory_Deprecated/setImageFromURL:completion:</TokenIdentifier>
|
|
<Abstract type="html">Set the image from the given URL and call completion when finished.</Abstract>
|
|
<DeclaredIn>PINRemoteImageCategoryManager.h</DeclaredIn>
|
|
|
|
<Declaration>- (void)setImageFromURL:(NSURL *)url completion:(PINRemoteImageManagerImageCompletion)completion</Declaration>
|
|
<Parameters>
|
|
<Parameter>
|
|
<Name>url</Name>
|
|
<Abstract type="html">NSURL to fetch from.</Abstract>
|
|
</Parameter><Parameter>
|
|
<Name>completion</Name>
|
|
<Abstract type="html">Called when url has been retrieved and set on view.</Abstract>
|
|
</Parameter>
|
|
</Parameters>
|
|
|
|
<Anchor>//api/name/setImageFromURL:completion:</Anchor>
|
|
<NodeRef refid="4"/>
|
|
</Token>
|
|
|
|
<Token>
|
|
<TokenIdentifier>//apple_ref/occ/intfm/PINRemoteImageCategory_Deprecated/setImageFromURL:placeholderImage:completion:</TokenIdentifier>
|
|
<Abstract type="html">Set the image from the given URL, set placeholder while image at url is being retrieved and call completion when finished.</Abstract>
|
|
<DeclaredIn>PINRemoteImageCategoryManager.h</DeclaredIn>
|
|
|
|
<Declaration>- (void)setImageFromURL:(NSURL *)url placeholderImage:(UIImage *)placeholderImage completion:(PINRemoteImageManagerImageCompletion)completion</Declaration>
|
|
<Parameters>
|
|
<Parameter>
|
|
<Name>url</Name>
|
|
<Abstract type="html">NSURL to fetch from.</Abstract>
|
|
</Parameter><Parameter>
|
|
<Name>placeholderImage</Name>
|
|
<Abstract type="html">UIImage to set on the view while the image at URL is being retrieved.</Abstract>
|
|
</Parameter><Parameter>
|
|
<Name>completion</Name>
|
|
<Abstract type="html">Called when url has been retrieved and set on view.</Abstract>
|
|
</Parameter>
|
|
</Parameters>
|
|
|
|
<Anchor>//api/name/setImageFromURL:placeholderImage:completion:</Anchor>
|
|
<NodeRef refid="4"/>
|
|
</Token>
|
|
|
|
<Token>
|
|
<TokenIdentifier>//apple_ref/occ/intfm/PINRemoteImageCategory_Deprecated/setImageFromURL:processorKey:processor:</TokenIdentifier>
|
|
<Abstract type="html">Retrieve the image from the given URL, process it using the passed in processor block and set result on view.</Abstract>
|
|
<DeclaredIn>PINRemoteImageCategoryManager.h</DeclaredIn>
|
|
|
|
<Declaration>- (void)setImageFromURL:(NSURL *)url processorKey:(NSString *)processorKey processor:(PINRemoteImageManagerImageProcessor)processor</Declaration>
|
|
<Parameters>
|
|
<Parameter>
|
|
<Name>url</Name>
|
|
<Abstract type="html">NSURL to fetch from.</Abstract>
|
|
</Parameter><Parameter>
|
|
<Name>processorKey</Name>
|
|
<Abstract type="html">NSString key to uniquely identify processor. Used in caching.</Abstract>
|
|
</Parameter><Parameter>
|
|
<Name>processor</Name>
|
|
<Abstract type="html">PINRemoteImageManagerImageProcessor processor block which should return the processed image.</Abstract>
|
|
</Parameter>
|
|
</Parameters>
|
|
|
|
<Anchor>//api/name/setImageFromURL:processorKey:processor:</Anchor>
|
|
<NodeRef refid="4"/>
|
|
</Token>
|
|
|
|
<Token>
|
|
<TokenIdentifier>//apple_ref/occ/intfm/PINRemoteImageCategory_Deprecated/setImageFromURL:placeholderImage:processorKey:processor:</TokenIdentifier>
|
|
<Abstract type="html">Set placeholder on view and retrieve the image from the given URL, process it using the passed in processor block and set result on view.</Abstract>
|
|
<DeclaredIn>PINRemoteImageCategoryManager.h</DeclaredIn>
|
|
|
|
<Declaration>- (void)setImageFromURL:(NSURL *)url placeholderImage:(UIImage *)placeholderImage processorKey:(NSString *)processorKey processor:(PINRemoteImageManagerImageProcessor)processor</Declaration>
|
|
<Parameters>
|
|
<Parameter>
|
|
<Name>url</Name>
|
|
<Abstract type="html">NSURL to fetch from.</Abstract>
|
|
</Parameter><Parameter>
|
|
<Name>placeholderImage</Name>
|
|
<Abstract type="html">UIImage to set on the view while the image at URL is being retrieved.</Abstract>
|
|
</Parameter><Parameter>
|
|
<Name>processorKey</Name>
|
|
<Abstract type="html">NSString key to uniquely identify processor. Used in caching.</Abstract>
|
|
</Parameter><Parameter>
|
|
<Name>processor</Name>
|
|
<Abstract type="html">PINRemoteImageManagerImageProcessor processor block which should return the processed image.</Abstract>
|
|
</Parameter>
|
|
</Parameters>
|
|
|
|
<Anchor>//api/name/setImageFromURL:placeholderImage:processorKey:processor:</Anchor>
|
|
<NodeRef refid="4"/>
|
|
</Token>
|
|
|
|
<Token>
|
|
<TokenIdentifier>//apple_ref/occ/intfm/PINRemoteImageCategory_Deprecated/setImageFromURL:processorKey:processor:completion:</TokenIdentifier>
|
|
<Abstract type="html">Retrieve the image from the given URL, process it using the passed in processor block and set result on view. Call completion after image has been fetched, processed and set on view.</Abstract>
|
|
<DeclaredIn>PINRemoteImageCategoryManager.h</DeclaredIn>
|
|
|
|
<Declaration>- (void)setImageFromURL:(NSURL *)url processorKey:(NSString *)processorKey processor:(PINRemoteImageManagerImageProcessor)processor completion:(PINRemoteImageManagerImageCompletion)completion</Declaration>
|
|
<Parameters>
|
|
<Parameter>
|
|
<Name>url</Name>
|
|
<Abstract type="html">NSURL to fetch from.</Abstract>
|
|
</Parameter><Parameter>
|
|
<Name>processorKey</Name>
|
|
<Abstract type="html">NSString key to uniquely identify processor. Used in caching.</Abstract>
|
|
</Parameter><Parameter>
|
|
<Name>processor</Name>
|
|
<Abstract type="html">PINRemoteImageManagerImageProcessor processor block which should return the processed image.</Abstract>
|
|
</Parameter><Parameter>
|
|
<Name>completion</Name>
|
|
<Abstract type="html">Called when url has been retrieved and set on view.</Abstract>
|
|
</Parameter>
|
|
</Parameters>
|
|
|
|
<Anchor>//api/name/setImageFromURL:processorKey:processor:completion:</Anchor>
|
|
<NodeRef refid="4"/>
|
|
</Token>
|
|
|
|
<Token>
|
|
<TokenIdentifier>//apple_ref/occ/intfm/PINRemoteImageCategory_Deprecated/setImageFromURL:placeholderImage:processorKey:processor:completion:</TokenIdentifier>
|
|
<Abstract type="html">Set placeholder on view and retrieve the image from the given URL, process it using the passed in processor block and set result on view. Call completion after image has been fetched, processed and set on view.</Abstract>
|
|
<DeclaredIn>PINRemoteImageCategoryManager.h</DeclaredIn>
|
|
|
|
<Declaration>- (void)setImageFromURL:(NSURL *)url placeholderImage:(UIImage *)placeholderImage processorKey:(NSString *)processorKey processor:(PINRemoteImageManagerImageProcessor)processor completion:(PINRemoteImageManagerImageCompletion)completion</Declaration>
|
|
<Parameters>
|
|
<Parameter>
|
|
<Name>url</Name>
|
|
<Abstract type="html">NSURL to fetch from.</Abstract>
|
|
</Parameter><Parameter>
|
|
<Name>placeholderImage</Name>
|
|
<Abstract type="html">UIImage to set on the view while the image at URL is being retrieved.</Abstract>
|
|
</Parameter><Parameter>
|
|
<Name>processorKey</Name>
|
|
<Abstract type="html">NSString key to uniquely identify processor. Used in caching.</Abstract>
|
|
</Parameter><Parameter>
|
|
<Name>processor</Name>
|
|
<Abstract type="html">PINRemoteImageManagerImageProcessor processor block which should return the processed image.</Abstract>
|
|
</Parameter><Parameter>
|
|
<Name>completion</Name>
|
|
<Abstract type="html">Called when url has been retrieved and set on view.</Abstract>
|
|
</Parameter>
|
|
</Parameters>
|
|
|
|
<Anchor>//api/name/setImageFromURL:placeholderImage:processorKey:processor:completion:</Anchor>
|
|
<NodeRef refid="4"/>
|
|
</Token>
|
|
|
|
<Token>
|
|
<TokenIdentifier>//apple_ref/occ/intfm/PINRemoteImageCategory_Deprecated/setImageFromURLs:</TokenIdentifier>
|
|
<Abstract type="html">Retrieve one of the images at the passed in URLs depending on previous network performance and set result on view.</Abstract>
|
|
<DeclaredIn>PINRemoteImageCategoryManager.h</DeclaredIn>
|
|
|
|
<Declaration>- (void)setImageFromURLs:(NSArray *)urls</Declaration>
|
|
<Parameters>
|
|
<Parameter>
|
|
<Name>urls</Name>
|
|
<Abstract type="html">NSArray of NSURLs sorted in increasing quality</Abstract>
|
|
</Parameter>
|
|
</Parameters>
|
|
|
|
<Anchor>//api/name/setImageFromURLs:</Anchor>
|
|
<NodeRef refid="4"/>
|
|
</Token>
|
|
|
|
<Token>
|
|
<TokenIdentifier>//apple_ref/occ/intfm/PINRemoteImageCategory_Deprecated/setImageFromURLs:placeholderImage:</TokenIdentifier>
|
|
<Abstract type="html">Set placeholder on view and retrieve one of the images at the passed in URLs depending on previous network performance and set result on view.</Abstract>
|
|
<DeclaredIn>PINRemoteImageCategoryManager.h</DeclaredIn>
|
|
|
|
<Declaration>- (void)setImageFromURLs:(NSArray *)urls placeholderImage:(UIImage *)placeholderImage</Declaration>
|
|
<Parameters>
|
|
<Parameter>
|
|
<Name>urls</Name>
|
|
<Abstract type="html">NSArray of NSURLs sorted in increasing quality</Abstract>
|
|
</Parameter><Parameter>
|
|
<Name>placeholderImage</Name>
|
|
<Abstract type="html">UIImage to set on the view while the image at URL is being retrieved.</Abstract>
|
|
</Parameter>
|
|
</Parameters>
|
|
|
|
<Anchor>//api/name/setImageFromURLs:placeholderImage:</Anchor>
|
|
<NodeRef refid="4"/>
|
|
</Token>
|
|
|
|
<Token>
|
|
<TokenIdentifier>//apple_ref/occ/intfm/PINRemoteImageCategory_Deprecated/setImageFromURLs:placeholderImage:completion:</TokenIdentifier>
|
|
<Abstract type="html">Set placeholder on view and retrieve one of the images at the passed in URLs depending on previous network performance and set result on view. Call completion after image has been fetched and set on view.</Abstract>
|
|
<DeclaredIn>PINRemoteImageCategoryManager.h</DeclaredIn>
|
|
|
|
<Declaration>- (void)setImageFromURLs:(NSArray *)urls placeholderImage:(UIImage *)placeholderImage completion:(PINRemoteImageManagerImageCompletion)completion</Declaration>
|
|
<Parameters>
|
|
<Parameter>
|
|
<Name>urls</Name>
|
|
<Abstract type="html">NSArray of NSURLs sorted in increasing quality</Abstract>
|
|
</Parameter><Parameter>
|
|
<Name>placeholderImage</Name>
|
|
<Abstract type="html">UIImage to set on the view while the image at URL is being retrieved.</Abstract>
|
|
</Parameter><Parameter>
|
|
<Name>completion</Name>
|
|
<Abstract type="html">Called when url has been retrieved and set on view.</Abstract>
|
|
</Parameter>
|
|
</Parameters>
|
|
|
|
<Anchor>//api/name/setImageFromURLs:placeholderImage:completion:</Anchor>
|
|
<NodeRef refid="4"/>
|
|
</Token>
|
|
|
|
<Token>
|
|
<TokenIdentifier>//apple_ref/occ/intfm/PINRemoteImageCategory_Deprecated/cancelImageDownload</TokenIdentifier>
|
|
<Abstract type="html">Cancels the image download. Guarantees that previous setImage calls will not have their results set on the image view after calling this (as opposed to PINRemoteImageManager which does not guarantee cancellation).</Abstract>
|
|
<DeclaredIn>PINRemoteImageCategoryManager.h</DeclaredIn>
|
|
|
|
<Declaration>- (void)cancelImageDownload</Declaration>
|
|
|
|
|
|
<Anchor>//api/name/cancelImageDownload</Anchor>
|
|
<NodeRef refid="4"/>
|
|
</Token>
|
|
|
|
<Token>
|
|
<TokenIdentifier>//apple_ref/occ/intfm/PINRemoteImageCategory_Deprecated/downloadImageOperationUUID</TokenIdentifier>
|
|
<Abstract type="html">Returns the NSUUID associated with any PINRemoteImage task currently running on the view.</Abstract>
|
|
<DeclaredIn>PINRemoteImageCategoryManager.h</DeclaredIn>
|
|
|
|
<Declaration>- (NSUUID *)downloadImageOperationUUID</Declaration>
|
|
|
|
<ReturnValue><Abstract type="html">NSUUID associated with any PINRemoteImage task currently running on the view.</Abstract></ReturnValue>
|
|
<Anchor>//api/name/downloadImageOperationUUID</Anchor>
|
|
<NodeRef refid="4"/>
|
|
</Token>
|
|
|
|
<Token>
|
|
<TokenIdentifier>//apple_ref/occ/intfm/PINRemoteImageCategory_Deprecated/setDownloadImageOperationUUID:</TokenIdentifier>
|
|
<Abstract type="html">Set the current NSUUID associated with a PINRemoteImage task running on the view.</Abstract>
|
|
<DeclaredIn>PINRemoteImageCategoryManager.h</DeclaredIn>
|
|
|
|
<Declaration>- (void)setDownloadImageOperationUUID:(NSUUID *)downloadImageOperationUUID</Declaration>
|
|
<Parameters>
|
|
<Parameter>
|
|
<Name>downloadImageOperationUUID</Name>
|
|
<Abstract type="html">NSUUID associated with a PINRemoteImage task.</Abstract>
|
|
</Parameter>
|
|
</Parameters>
|
|
|
|
<Anchor>//api/name/setDownloadImageOperationUUID:</Anchor>
|
|
<NodeRef refid="4"/>
|
|
</Token>
|
|
|
|
<Token>
|
|
<TokenIdentifier>//apple_ref/occ/intfm/PINRemoteImageCategory_Deprecated/set:</TokenIdentifier>
|
|
<Abstract type="html">Whether the view should update with progress images (such as those provided by progressive JPEG images).</Abstract>
|
|
<DeclaredIn>PINRemoteImageCategoryManager.h</DeclaredIn>
|
|
|
|
<Declaration>@property (nonatomic, assign) BOOL updateWithProgress __attribute ( ( deprecated ( "use pin_@property (nonatomic, assign) BOOL updateWithProgress" )</Declaration>
|
|
|
|
<ReturnValue><Abstract type="html">BOOL value indicating whether the view should update with progress images</Abstract></ReturnValue>
|
|
<Anchor>//api/name/)</Anchor>
|
|
<NodeRef refid="4"/>
|
|
</Token>
|
|
|
|
<Token>
|
|
<TokenIdentifier>//apple_ref/occ/intfm/PINRemoteImageCategory_Deprecated/)</TokenIdentifier>
|
|
<Abstract type="html">Whether the view should update with progress images (such as those provided by progressive JPEG images).</Abstract>
|
|
<DeclaredIn>PINRemoteImageCategoryManager.h</DeclaredIn>
|
|
|
|
<Declaration>@property (nonatomic, assign) BOOL updateWithProgress __attribute ( ( deprecated ( "use pin_@property (nonatomic, assign) BOOL updateWithProgress" )</Declaration>
|
|
|
|
<ReturnValue><Abstract type="html">BOOL value indicating whether the view should update with progress images</Abstract></ReturnValue>
|
|
<Anchor>//api/name/)</Anchor>
|
|
<NodeRef refid="4"/>
|
|
</Token>
|
|
|
|
<Token>
|
|
<TokenIdentifier>//apple_ref/occ/intfp/PINRemoteImageCategory_Deprecated/)</TokenIdentifier>
|
|
<Abstract type="html">Whether the view should update with progress images (such as those provided by progressive JPEG images).</Abstract>
|
|
<DeclaredIn>PINRemoteImageCategoryManager.h</DeclaredIn>
|
|
|
|
<Declaration>@property (nonatomic, assign) BOOL updateWithProgress __attribute ( ( deprecated ( "use pin_@property (nonatomic, assign) BOOL updateWithProgress" )</Declaration>
|
|
|
|
<ReturnValue><Abstract type="html">BOOL value indicating whether the view should update with progress images</Abstract></ReturnValue>
|
|
<Anchor>//api/name/)</Anchor>
|
|
<NodeRef refid="4"/>
|
|
</Token>
|
|
|
|
|
|
|
|
</File>
|
|
</Tokens> |