Regenerate appledoc.

This commit is contained in:
Nadine Salter
2014-10-15 09:22:39 -07:00
parent 3e85639097
commit 12fc13a4a7
14 changed files with 94 additions and 31 deletions

View File

@@ -98,7 +98,7 @@
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2014 Facebook. All rights reserved. (Last updated: 2014-10-14)</span><br />
<p><span class="copyright">&copy; 2014 Facebook. All rights reserved. (Last updated: 2014-10-15)</span><br />
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2 (build 963)</a>.</span></p>

View File

@@ -691,7 +691,7 @@
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2014 Facebook. All rights reserved. (Last updated: 2014-10-14)</span><br />
<p><span class="copyright">&copy; 2014 Facebook. All rights reserved. (Last updated: 2014-10-15)</span><br />
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2 (build 963)</a>.</span></p>

View File

@@ -108,6 +108,8 @@
<option value="//api/name/recursiveSetPreventOrCancelDisplay:">&nbsp;&nbsp;&nbsp;&nbsp;- recursiveSetPreventOrCancelDisplay:</option>
<option value="//api/name/recursivelyReclaimMemory">&nbsp;&nbsp;&nbsp;&nbsp;- recursivelyReclaimMemory</option>
<option value="//api/name/removeFromSupernode">&nbsp;&nbsp;&nbsp;&nbsp;- removeFromSupernode</option>
<option value="//api/name/replaceSubnode:withSubnode:">&nbsp;&nbsp;&nbsp;&nbsp;- replaceSubnode:withSubnode:</option>
@@ -144,10 +146,10 @@
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#task_Converting Between View Coordinate Systems">Converting Between View Coordinate Systems</a></span></li>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#task_UIViewBridge Methods">UIViewBridge Methods</a></span></li>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#task_Debugging Methods">Debugging Methods</a></span></li>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#task_UIViewBridge Methods">UIViewBridge Methods</a></span></li>
</ul></li>
@@ -226,6 +228,8 @@
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/recursiveSetPreventOrCancelDisplay:">recursiveSetPreventOrCancelDisplay:</a></span></li>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/recursivelyReclaimMemory">recursivelyReclaimMemory</a></span></li>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/removeFromSupernode">removeFromSupernode</a></span></li>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/replaceSubnode:withSubnode:">replaceSubnode:withSubnode:</a></span></li>
@@ -487,6 +491,12 @@ or <a href="#//api/name/layer">layer</a> property is accessed).</p>
</span>
</li><li>
<span class="tooltip">
<code><a href="#//api/name/recursivelyReclaimMemory">&ndash;&nbsp;recursivelyReclaimMemory</a></code>
</span>
</li>
</ul>
@@ -539,6 +549,20 @@ or <a href="#//api/name/layer">layer</a> property is accessed).</p>
</span>
</li>
</ul>
<a title="Debugging Methods" name="task_Debugging Methods"></a>
<h3 class="subsubtitle task-title">Debugging Methods</h3>
<ul class="task-list">
<li>
<span class="tooltip">
<code><a href="#//api/name/displayNodeRecursiveDescription">&ndash;&nbsp;displayNodeRecursiveDescription</a></code>
</span>
</li>
</ul>
@@ -559,20 +583,6 @@ or <a href="#//api/name/layer">layer</a> property is accessed).</p>
</span>
<span class="task-item-suffix">property</span>
</li>
</ul>
<a title="Debugging Methods" name="task_Debugging Methods"></a>
<h3 class="subsubtitle task-title">Debugging Methods</h3>
<ul class="task-list">
<li>
<span class="tooltip">
<code><a href="#//api/name/displayNodeRecursiveDescription">&ndash;&nbsp;displayNodeRecursiveDescription</a></code>
</span>
</li>
</ul>
@@ -2086,6 +2096,59 @@ be expensive if result is not cached.</p></div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">ASDisplayNode.h</code><br />
</div>
</div>
<div class="section-method">
<a name="//api/name/recursivelyReclaimMemory" title="recursivelyReclaimMemory"></a>
<h3 class="subsubtitle method-title">recursivelyReclaimMemory</h3>
<div class="method-subsection brief-description">
<p>Calls -reclaimMemory on the receiver and its subnode hierarchy.</p>
</div>
<div class="method-subsection method-declaration"><code>- (void)recursivelyReclaimMemory</code></div>
<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>Clears backing stores and other memory-intensive intermediates.
If the node is removed from a visible hierarchy and then re-added, it will automatically trigger a new a<a href="#//api/name/synchronous">synchronous</a> display,
as long as <a href="#//api/name/preventOrCancelDisplay">preventOrCancelDisplay</a> is not set.
If the node remains in the hierarchy throughout, <a href="#//api/name/setNeedsDisplay">setNeedsDisplay</a> is required to trigger a new a<a href="#//api/name/synchronous">synchronous</a> display.</p>
</div>
<div class="method-subsection see-also-section">
<h4 class="method-subtitle">See Also</h4>
<ul>
<li><code><p><a href="#//api/name/preventOrCancelDisplay">@property preventOrCancelDisplay</a> and <a href="#//api/name/setNeedsDisplay">- setNeedsDisplay</a></p></code></li>
</ul>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">ASDisplayNode.h</code><br />
@@ -2212,7 +2275,7 @@ If replacementSubnode is nil, this method will throw an exception</p>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2014 Facebook. All rights reserved. (Last updated: 2014-10-14)</span><br />
<p><span class="copyright">&copy; 2014 Facebook. All rights reserved. (Last updated: 2014-10-15)</span><br />
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2 (build 963)</a>.</span></p>

View File

@@ -129,7 +129,7 @@
<h2 class="subtitle subtitle-overview">Overview</h2>
<p>Node-based table view.</p>
<p>ASTableView is a version of UITableView that uses nodes &ndash; specifically, <a href="../Classes/ASCellNode.html">ASCellNode</a> subclasses &ndash; with asynchronous
<p>ASTableView is a version of UITableView that uses nodes &ndash; specifically, ASCellNode subclasses &ndash; with asynchronous
pre-rendering instead of synchronously loading UITableViewCells.</p>
</div>
@@ -338,7 +338,7 @@ pre-rendering instead of synchronously loading UITableViewCells.</p>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2014 Facebook. All rights reserved. (Last updated: 2014-10-14)</span><br />
<p><span class="copyright">&copy; 2014 Facebook. All rights reserved. (Last updated: 2014-10-15)</span><br />
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2 (build 963)</a>.</span></p>

View File

@@ -1068,7 +1068,7 @@ The rect returned is in the coordinate system of the receiver.</p>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2014 Facebook. All rights reserved. (Last updated: 2014-10-14)</span><br />
<p><span class="copyright">&copy; 2014 Facebook. All rights reserved. (Last updated: 2014-10-15)</span><br />
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2 (build 963)</a>.</span></p>

View File

@@ -133,7 +133,7 @@
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2014 Facebook. All rights reserved. (Last updated: 2014-10-14)</span><br />
<p><span class="copyright">&copy; 2014 Facebook. All rights reserved. (Last updated: 2014-10-15)</span><br />
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2 (build 963)</a>.</span></p>

View File

@@ -133,7 +133,7 @@
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2014 Facebook. All rights reserved. (Last updated: 2014-10-14)</span><br />
<p><span class="copyright">&copy; 2014 Facebook. All rights reserved. (Last updated: 2014-10-15)</span><br />
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2 (build 963)</a>.</span></p>

View File

@@ -126,7 +126,7 @@
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2014 Facebook. All rights reserved. (Last updated: 2014-10-14)</span><br />
<p><span class="copyright">&copy; 2014 Facebook. All rights reserved. (Last updated: 2014-10-15)</span><br />
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2 (build 963)</a>.</span></p>

View File

@@ -126,7 +126,7 @@
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2014 Facebook. All rights reserved. (Last updated: 2014-10-14)</span><br />
<p><span class="copyright">&copy; 2014 Facebook. All rights reserved. (Last updated: 2014-10-15)</span><br />
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2 (build 963)</a>.</span></p>

View File

@@ -212,7 +212,7 @@ is not called when the row is about to display.</p>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2014 Facebook. All rights reserved. (Last updated: 2014-10-14)</span><br />
<p><span class="copyright">&copy; 2014 Facebook. All rights reserved. (Last updated: 2014-10-15)</span><br />
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2 (build 963)</a>.</span></p>

View File

@@ -129,7 +129,7 @@ responsible for deciding their preferred onscreen height in -calculateSizeThatFi
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2014 Facebook. All rights reserved. (Last updated: 2014-10-14)</span><br />
<p><span class="copyright">&copy; 2014 Facebook. All rights reserved. (Last updated: 2014-10-15)</span><br />
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2 (build 963)</a>.</span></p>

View File

@@ -441,7 +441,7 @@
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2014 Facebook. All rights reserved. (Last updated: 2014-10-14)</span><br />
<p><span class="copyright">&copy; 2014 Facebook. All rights reserved. (Last updated: 2014-10-15)</span><br />
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2 (build 963)</a>.</span></p>

View File

@@ -115,7 +115,7 @@
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2014 Facebook. All rights reserved. (Last updated: 2014-10-14)</span><br />
<p><span class="copyright">&copy; 2014 Facebook. All rights reserved. (Last updated: 2014-10-15)</span><br />
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2 (build 963)</a>.</span></p>

View File

@@ -97,7 +97,7 @@
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2014 Facebook. All rights reserved. (Last updated: 2014-10-14)</span><br />
<p><span class="copyright">&copy; 2014 Facebook. All rights reserved. (Last updated: 2014-10-15)</span><br />
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2 (build 963)</a>.</span></p>