Files
PINRemoteImage/docs/html/Protocols/PINRemoteImageCategory_Deprecated.html
2015-07-27 17:57:37 -04:00

1038 lines
29 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>PINRemoteImageCategory_Deprecated Protocol Reference</title>
<link rel="stylesheet" href="../css/style.css">
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4">
<meta name="generator" content="appledoc 2.2.1 (build 1333)">
</head>
<body class="appledoc">
<header>
<div class="container" class="hide-in-xcode">
<h1 id="library-title">
<a href="../index.html">PINRemoteImage </a>
</h1>
<p id="developer-home">
<a href="../index.html">Pinterest</a>
</p>
</div>
</header>
<aside>
<div class="container">
<nav>
<ul id="header-buttons" role="toolbar">
<li><a href="../index.html">Index</a></li>
<li><a href="../hierarchy.html">Hierarchy</a></li>
<li id="on-this-page" role="navigation">
<label>
On This Page
<div class="chevron">
<div class="chevy chevron-left"></div>
<div class="chevy chevron-right"></div>
</div>
<select id="jump-to">
<option value="top">Jump To&#133;</option>
<option value="overview">Overview</option>
<option value="tasks">Tasks</option>
<optgroup label="Properties">
<option value="//api/name/)">)</option>
</optgroup>
<optgroup label="Instance Methods">
<option value="//api/name/cancelImageDownload">- cancelImageDownload</option>
<option value="//api/name/downloadImageOperationUUID">- downloadImageOperationUUID</option>
<option value="//api/name/setDownloadImageOperationUUID:">- setDownloadImageOperationUUID:</option>
<option value="//api/name/setImageFromURL:">- setImageFromURL:</option>
<option value="//api/name/setImageFromURL:completion:">- setImageFromURL:completion:</option>
<option value="//api/name/setImageFromURL:placeholderImage:">- setImageFromURL:placeholderImage:</option>
<option value="//api/name/setImageFromURL:placeholderImage:completion:">- setImageFromURL:placeholderImage:completion:</option>
<option value="//api/name/setImageFromURL:placeholderImage:processorKey:processor:">- setImageFromURL:placeholderImage:processorKey:processor:</option>
<option value="//api/name/setImageFromURL:placeholderImage:processorKey:processor:completion:">- setImageFromURL:placeholderImage:processorKey:processor:completion:</option>
<option value="//api/name/setImageFromURL:processorKey:processor:">- setImageFromURL:processorKey:processor:</option>
<option value="//api/name/setImageFromURL:processorKey:processor:completion:">- setImageFromURL:processorKey:processor:completion:</option>
<option value="//api/name/setImageFromURLs:">- setImageFromURLs:</option>
<option value="//api/name/setImageFromURLs:placeholderImage:">- setImageFromURLs:placeholderImage:</option>
<option value="//api/name/setImageFromURLs:placeholderImage:completion:">- setImageFromURLs:placeholderImage:completion:</option>
</optgroup>
</select>
</label>
</li>
</ul>
</nav>
</div>
</aside>
<article>
<div id="overview_contents" class="container">
<div id="content">
<main role="main">
<h1 class="title">PINRemoteImageCategory_Deprecated Protocol Reference</h1>
<div class="section section-specification"><table cellspacing="0"><tbody>
<tr>
<th>Conforms to</th>
<td>NSObject</td>
</tr><tr>
<th>Declared in</th>
<td>PINRemoteImageCategoryManager.h</td>
</tr>
</tbody></table></div>
<div class="section section-overview">
<a title="Overview" name="overview"></a>
<h2 class="subtitle subtitle-overview">Overview</h2>
<p>Deprecated version of protocol to implement on UIView subclasses to support PINRemoteImage</p>
</div>
<div class="section section-tasks">
<a title="Tasks" name="tasks"></a>
<div class="task-list">
<div class="section-method">
<a name="//api/name/setImageFromURL:" title="setImageFromURL:"></a>
<h3 class="method-title"><code><a href="#//api/name/setImageFromURL:">&ndash;&nbsp;setImageFromURL:</a></code>
<span class="task-item-suffix">required method</span></h3>
<div class="method-info">
<div class="pointy-thing"></div>
<div class="method-info-container">
<div class="method-subsection brief-description">
<p>Set the image from the given URL.</p>
</div>
<div class="method-subsection method-declaration"><code>- (void)setImageFromURL:(NSURL *)<em>url</em></code></div>
<div class="method-subsection arguments-section parameters">
<h4 class="method-subtitle parameter-title">Parameters</h4>
<table class="argument-def parameter-def">
<tr>
<th scope="row" class="argument-name"><code>url</code></th>
<td><p>NSURL to fetch from.</p></td>
</tr>
</table>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">PINRemoteImageCategoryManager.h</code></p>
</div>
</div>
</div>
</div><div class="section-method">
<a name="//api/name/setImageFromURL:placeholderImage:" title="setImageFromURL:placeholderImage:"></a>
<h3 class="method-title"><code><a href="#//api/name/setImageFromURL:placeholderImage:">&ndash;&nbsp;setImageFromURL:placeholderImage:</a></code>
<span class="task-item-suffix">required method</span></h3>
<div class="method-info">
<div class="pointy-thing"></div>
<div class="method-info-container">
<div class="method-subsection brief-description">
<p>Set the image from the given URL and set placeholder image while image at URL is being retrieved.</p>
</div>
<div class="method-subsection method-declaration"><code>- (void)setImageFromURL:(NSURL *)<em>url</em> placeholderImage:(UIImage *)<em>placeholderImage</em></code></div>
<div class="method-subsection arguments-section parameters">
<h4 class="method-subtitle parameter-title">Parameters</h4>
<table class="argument-def parameter-def">
<tr>
<th scope="row" class="argument-name"><code>url</code></th>
<td><p>NSURL to fetch from.</p></td>
</tr>
<tr>
<th scope="row" class="argument-name"><code>placeholderImage</code></th>
<td><p>UIImage to set on the view while the image at URL is being retrieved.</p></td>
</tr>
</table>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">PINRemoteImageCategoryManager.h</code></p>
</div>
</div>
</div>
</div><div class="section-method">
<a name="//api/name/setImageFromURL:completion:" title="setImageFromURL:completion:"></a>
<h3 class="method-title"><code><a href="#//api/name/setImageFromURL:completion:">&ndash;&nbsp;setImageFromURL:completion:</a></code>
<span class="task-item-suffix">required method</span></h3>
<div class="method-info">
<div class="pointy-thing"></div>
<div class="method-info-container">
<div class="method-subsection brief-description">
<p>Set the image from the given URL and call completion when finished.</p>
</div>
<div class="method-subsection method-declaration"><code>- (void)setImageFromURL:(NSURL *)<em>url</em> completion:(PINRemoteImageManagerImageCompletion)<em>completion</em></code></div>
<div class="method-subsection arguments-section parameters">
<h4 class="method-subtitle parameter-title">Parameters</h4>
<table class="argument-def parameter-def">
<tr>
<th scope="row" class="argument-name"><code>url</code></th>
<td><p>NSURL to fetch from.</p></td>
</tr>
<tr>
<th scope="row" class="argument-name"><code>completion</code></th>
<td><p>Called when url has been retrieved and set on view.</p></td>
</tr>
</table>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">PINRemoteImageCategoryManager.h</code></p>
</div>
</div>
</div>
</div><div class="section-method">
<a name="//api/name/setImageFromURL:placeholderImage:completion:" title="setImageFromURL:placeholderImage:completion:"></a>
<h3 class="method-title"><code><a href="#//api/name/setImageFromURL:placeholderImage:completion:">&ndash;&nbsp;setImageFromURL:placeholderImage:completion:</a></code>
<span class="task-item-suffix">required method</span></h3>
<div class="method-info">
<div class="pointy-thing"></div>
<div class="method-info-container">
<div class="method-subsection brief-description">
<p>Set the image from the given URL, set placeholder while image at url is being retrieved and call completion when finished.</p>
</div>
<div class="method-subsection method-declaration"><code>- (void)setImageFromURL:(NSURL *)<em>url</em> placeholderImage:(UIImage *)<em>placeholderImage</em> completion:(PINRemoteImageManagerImageCompletion)<em>completion</em></code></div>
<div class="method-subsection arguments-section parameters">
<h4 class="method-subtitle parameter-title">Parameters</h4>
<table class="argument-def parameter-def">
<tr>
<th scope="row" class="argument-name"><code>url</code></th>
<td><p>NSURL to fetch from.</p></td>
</tr>
<tr>
<th scope="row" class="argument-name"><code>placeholderImage</code></th>
<td><p>UIImage to set on the view while the image at URL is being retrieved.</p></td>
</tr>
<tr>
<th scope="row" class="argument-name"><code>completion</code></th>
<td><p>Called when url has been retrieved and set on view.</p></td>
</tr>
</table>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">PINRemoteImageCategoryManager.h</code></p>
</div>
</div>
</div>
</div><div class="section-method">
<a name="//api/name/setImageFromURL:processorKey:processor:" title="setImageFromURL:processorKey:processor:"></a>
<h3 class="method-title"><code><a href="#//api/name/setImageFromURL:processorKey:processor:">&ndash;&nbsp;setImageFromURL:processorKey:processor:</a></code>
<span class="task-item-suffix">required method</span></h3>
<div class="method-info">
<div class="pointy-thing"></div>
<div class="method-info-container">
<div class="method-subsection brief-description">
<p>Retrieve the image from the given URL, process it using the passed in processor block and set result on view.</p>
</div>
<div class="method-subsection method-declaration"><code>- (void)setImageFromURL:(NSURL *)<em>url</em> processorKey:(NSString *)<em>processorKey</em> processor:(PINRemoteImageManagerImageProcessor)<em>processor</em></code></div>
<div class="method-subsection arguments-section parameters">
<h4 class="method-subtitle parameter-title">Parameters</h4>
<table class="argument-def parameter-def">
<tr>
<th scope="row" class="argument-name"><code>url</code></th>
<td><p>NSURL to fetch from.</p></td>
</tr>
<tr>
<th scope="row" class="argument-name"><code>processorKey</code></th>
<td><p>NSString key to uniquely identify processor. Used in caching.</p></td>
</tr>
<tr>
<th scope="row" class="argument-name"><code>processor</code></th>
<td><p>PINRemoteImageManagerImageProcessor processor block which should return the processed image.</p></td>
</tr>
</table>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">PINRemoteImageCategoryManager.h</code></p>
</div>
</div>
</div>
</div><div class="section-method">
<a name="//api/name/setImageFromURL:placeholderImage:processorKey:processor:" title="setImageFromURL:placeholderImage:processorKey:processor:"></a>
<h3 class="method-title"><code><a href="#//api/name/setImageFromURL:placeholderImage:processorKey:processor:">&ndash;&nbsp;setImageFromURL:placeholderImage:processorKey:processor:</a></code>
<span class="task-item-suffix">required method</span></h3>
<div class="method-info">
<div class="pointy-thing"></div>
<div class="method-info-container">
<div class="method-subsection brief-description">
<p>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.</p>
</div>
<div class="method-subsection method-declaration"><code>- (void)setImageFromURL:(NSURL *)<em>url</em> placeholderImage:(UIImage *)<em>placeholderImage</em> processorKey:(NSString *)<em>processorKey</em> processor:(PINRemoteImageManagerImageProcessor)<em>processor</em></code></div>
<div class="method-subsection arguments-section parameters">
<h4 class="method-subtitle parameter-title">Parameters</h4>
<table class="argument-def parameter-def">
<tr>
<th scope="row" class="argument-name"><code>url</code></th>
<td><p>NSURL to fetch from.</p></td>
</tr>
<tr>
<th scope="row" class="argument-name"><code>placeholderImage</code></th>
<td><p>UIImage to set on the view while the image at URL is being retrieved.</p></td>
</tr>
<tr>
<th scope="row" class="argument-name"><code>processorKey</code></th>
<td><p>NSString key to uniquely identify processor. Used in caching.</p></td>
</tr>
<tr>
<th scope="row" class="argument-name"><code>processor</code></th>
<td><p>PINRemoteImageManagerImageProcessor processor block which should return the processed image.</p></td>
</tr>
</table>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">PINRemoteImageCategoryManager.h</code></p>
</div>
</div>
</div>
</div><div class="section-method">
<a name="//api/name/setImageFromURL:processorKey:processor:completion:" title="setImageFromURL:processorKey:processor:completion:"></a>
<h3 class="method-title"><code><a href="#//api/name/setImageFromURL:processorKey:processor:completion:">&ndash;&nbsp;setImageFromURL:processorKey:processor:completion:</a></code>
<span class="task-item-suffix">required method</span></h3>
<div class="method-info">
<div class="pointy-thing"></div>
<div class="method-info-container">
<div class="method-subsection brief-description">
<p>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.</p>
</div>
<div class="method-subsection method-declaration"><code>- (void)setImageFromURL:(NSURL *)<em>url</em> processorKey:(NSString *)<em>processorKey</em> processor:(PINRemoteImageManagerImageProcessor)<em>processor</em> completion:(PINRemoteImageManagerImageCompletion)<em>completion</em></code></div>
<div class="method-subsection arguments-section parameters">
<h4 class="method-subtitle parameter-title">Parameters</h4>
<table class="argument-def parameter-def">
<tr>
<th scope="row" class="argument-name"><code>url</code></th>
<td><p>NSURL to fetch from.</p></td>
</tr>
<tr>
<th scope="row" class="argument-name"><code>processorKey</code></th>
<td><p>NSString key to uniquely identify processor. Used in caching.</p></td>
</tr>
<tr>
<th scope="row" class="argument-name"><code>processor</code></th>
<td><p>PINRemoteImageManagerImageProcessor processor block which should return the processed image.</p></td>
</tr>
<tr>
<th scope="row" class="argument-name"><code>completion</code></th>
<td><p>Called when url has been retrieved and set on view.</p></td>
</tr>
</table>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">PINRemoteImageCategoryManager.h</code></p>
</div>
</div>
</div>
</div><div class="section-method">
<a name="//api/name/setImageFromURL:placeholderImage:processorKey:processor:completion:" title="setImageFromURL:placeholderImage:processorKey:processor:completion:"></a>
<h3 class="method-title"><code><a href="#//api/name/setImageFromURL:placeholderImage:processorKey:processor:completion:">&ndash;&nbsp;setImageFromURL:placeholderImage:processorKey:processor:completion:</a></code>
<span class="task-item-suffix">required method</span></h3>
<div class="method-info">
<div class="pointy-thing"></div>
<div class="method-info-container">
<div class="method-subsection brief-description">
<p>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.</p>
</div>
<div class="method-subsection method-declaration"><code>- (void)setImageFromURL:(NSURL *)<em>url</em> placeholderImage:(UIImage *)<em>placeholderImage</em> processorKey:(NSString *)<em>processorKey</em> processor:(PINRemoteImageManagerImageProcessor)<em>processor</em> completion:(PINRemoteImageManagerImageCompletion)<em>completion</em></code></div>
<div class="method-subsection arguments-section parameters">
<h4 class="method-subtitle parameter-title">Parameters</h4>
<table class="argument-def parameter-def">
<tr>
<th scope="row" class="argument-name"><code>url</code></th>
<td><p>NSURL to fetch from.</p></td>
</tr>
<tr>
<th scope="row" class="argument-name"><code>placeholderImage</code></th>
<td><p>UIImage to set on the view while the image at URL is being retrieved.</p></td>
</tr>
<tr>
<th scope="row" class="argument-name"><code>processorKey</code></th>
<td><p>NSString key to uniquely identify processor. Used in caching.</p></td>
</tr>
<tr>
<th scope="row" class="argument-name"><code>processor</code></th>
<td><p>PINRemoteImageManagerImageProcessor processor block which should return the processed image.</p></td>
</tr>
<tr>
<th scope="row" class="argument-name"><code>completion</code></th>
<td><p>Called when url has been retrieved and set on view.</p></td>
</tr>
</table>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">PINRemoteImageCategoryManager.h</code></p>
</div>
</div>
</div>
</div><div class="section-method">
<a name="//api/name/setImageFromURLs:" title="setImageFromURLs:"></a>
<h3 class="method-title"><code><a href="#//api/name/setImageFromURLs:">&ndash;&nbsp;setImageFromURLs:</a></code>
<span class="task-item-suffix">required method</span></h3>
<div class="method-info">
<div class="pointy-thing"></div>
<div class="method-info-container">
<div class="method-subsection brief-description">
<p>Retrieve one of the images at the passed in URLs depending on previous network performance and set result on view.</p>
</div>
<div class="method-subsection method-declaration"><code>- (void)setImageFromURLs:(NSArray *)<em>urls</em></code></div>
<div class="method-subsection arguments-section parameters">
<h4 class="method-subtitle parameter-title">Parameters</h4>
<table class="argument-def parameter-def">
<tr>
<th scope="row" class="argument-name"><code>urls</code></th>
<td><p>NSArray of NSURLs sorted in increasing quality</p></td>
</tr>
</table>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">PINRemoteImageCategoryManager.h</code></p>
</div>
</div>
</div>
</div><div class="section-method">
<a name="//api/name/setImageFromURLs:placeholderImage:" title="setImageFromURLs:placeholderImage:"></a>
<h3 class="method-title"><code><a href="#//api/name/setImageFromURLs:placeholderImage:">&ndash;&nbsp;setImageFromURLs:placeholderImage:</a></code>
<span class="task-item-suffix">required method</span></h3>
<div class="method-info">
<div class="pointy-thing"></div>
<div class="method-info-container">
<div class="method-subsection brief-description">
<p>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.</p>
</div>
<div class="method-subsection method-declaration"><code>- (void)setImageFromURLs:(NSArray *)<em>urls</em> placeholderImage:(UIImage *)<em>placeholderImage</em></code></div>
<div class="method-subsection arguments-section parameters">
<h4 class="method-subtitle parameter-title">Parameters</h4>
<table class="argument-def parameter-def">
<tr>
<th scope="row" class="argument-name"><code>urls</code></th>
<td><p>NSArray of NSURLs sorted in increasing quality</p></td>
</tr>
<tr>
<th scope="row" class="argument-name"><code>placeholderImage</code></th>
<td><p>UIImage to set on the view while the image at URL is being retrieved.</p></td>
</tr>
</table>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">PINRemoteImageCategoryManager.h</code></p>
</div>
</div>
</div>
</div><div class="section-method">
<a name="//api/name/setImageFromURLs:placeholderImage:completion:" title="setImageFromURLs:placeholderImage:completion:"></a>
<h3 class="method-title"><code><a href="#//api/name/setImageFromURLs:placeholderImage:completion:">&ndash;&nbsp;setImageFromURLs:placeholderImage:completion:</a></code>
<span class="task-item-suffix">required method</span></h3>
<div class="method-info">
<div class="pointy-thing"></div>
<div class="method-info-container">
<div class="method-subsection brief-description">
<p>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.</p>
</div>
<div class="method-subsection method-declaration"><code>- (void)setImageFromURLs:(NSArray *)<em>urls</em> placeholderImage:(UIImage *)<em>placeholderImage</em> completion:(PINRemoteImageManagerImageCompletion)<em>completion</em></code></div>
<div class="method-subsection arguments-section parameters">
<h4 class="method-subtitle parameter-title">Parameters</h4>
<table class="argument-def parameter-def">
<tr>
<th scope="row" class="argument-name"><code>urls</code></th>
<td><p>NSArray of NSURLs sorted in increasing quality</p></td>
</tr>
<tr>
<th scope="row" class="argument-name"><code>placeholderImage</code></th>
<td><p>UIImage to set on the view while the image at URL is being retrieved.</p></td>
</tr>
<tr>
<th scope="row" class="argument-name"><code>completion</code></th>
<td><p>Called when url has been retrieved and set on view.</p></td>
</tr>
</table>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">PINRemoteImageCategoryManager.h</code></p>
</div>
</div>
</div>
</div><div class="section-method">
<a name="//api/name/cancelImageDownload" title="cancelImageDownload"></a>
<h3 class="method-title"><code><a href="#//api/name/cancelImageDownload">&ndash;&nbsp;cancelImageDownload</a></code>
<span class="task-item-suffix">required method</span></h3>
<div class="method-info">
<div class="pointy-thing"></div>
<div class="method-info-container">
<div class="method-subsection brief-description">
<p>Cancels the image download. Guarantees that previous setImage calls will <em>not</em> have their results set on the image view after calling this (as opposed to PINRemoteImageManager which does not guarantee cancellation).</p>
</div>
<div class="method-subsection method-declaration"><code>- (void)cancelImageDownload</code></div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">PINRemoteImageCategoryManager.h</code></p>
</div>
</div>
</div>
</div><div class="section-method">
<a name="//api/name/downloadImageOperationUUID" title="downloadImageOperationUUID"></a>
<h3 class="method-title"><code><a href="#//api/name/downloadImageOperationUUID">&ndash;&nbsp;downloadImageOperationUUID</a></code>
<span class="task-item-suffix">required method</span></h3>
<div class="method-info">
<div class="pointy-thing"></div>
<div class="method-info-container">
<div class="method-subsection brief-description">
<p>Returns the NSUUID associated with any PINRemoteImage task currently running on the view.</p>
</div>
<div class="method-subsection method-declaration"><code>- (NSUUID *)downloadImageOperationUUID</code></div>
<div class="method-subsection return">
<h4 class="method-subtitle parameter-title">Return Value</h4>
<p>NSUUID associated with any PINRemoteImage task currently running on the view.</p>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">PINRemoteImageCategoryManager.h</code></p>
</div>
</div>
</div>
</div><div class="section-method">
<a name="//api/name/setDownloadImageOperationUUID:" title="setDownloadImageOperationUUID:"></a>
<h3 class="method-title"><code><a href="#//api/name/setDownloadImageOperationUUID:">&ndash;&nbsp;setDownloadImageOperationUUID:</a></code>
<span class="task-item-suffix">required method</span></h3>
<div class="method-info">
<div class="pointy-thing"></div>
<div class="method-info-container">
<div class="method-subsection brief-description">
<p>Set the current NSUUID associated with a PINRemoteImage task running on the view.</p>
</div>
<div class="method-subsection method-declaration"><code>- (void)setDownloadImageOperationUUID:(NSUUID *)<em>downloadImageOperationUUID</em></code></div>
<div class="method-subsection arguments-section parameters">
<h4 class="method-subtitle parameter-title">Parameters</h4>
<table class="argument-def parameter-def">
<tr>
<th scope="row" class="argument-name"><code>downloadImageOperationUUID</code></th>
<td><p>NSUUID associated with a PINRemoteImage task.</p></td>
</tr>
</table>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">PINRemoteImageCategoryManager.h</code></p>
</div>
</div>
</div>
</div><div class="section-method">
<a name="//api/name/)" title=")"></a>
<h3 class="method-title"><code><a href="#//api/name/)">&nbsp;&nbsp;)</a></code>
<span class="task-item-suffix">required method</span></h3>
<div class="method-info">
<div class="pointy-thing"></div>
<div class="method-info-container">
<div class="method-subsection brief-description">
<p>Whether the view should update with progress images (such as those provided by progressive JPEG images).</p>
</div>
<div class="method-subsection method-declaration"><code>@property (nonatomic, assign) BOOL updateWithProgress __attribute ( ( deprecated ( &quot;use pin_@property (nonatomic, assign) BOOL updateWithProgress&quot; )</code></div>
<div class="method-subsection return">
<h4 class="method-subtitle parameter-title">Return Value</h4>
<p>BOOL value indicating whether the view should update with progress images</p>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">PINRemoteImageCategoryManager.h</code></p>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer>
<div class="footer-copyright">
<p class="copyright">Copyright &copy; 2015 Pinterest. All rights reserved. Updated: 2015-07-24</p>
<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
</div>
</footer>
</div>
</div>
</article>
<script src="../js/script.js"></script>
</body>
</html>