mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-05-04 19:38:32 +08:00
Regen on 8bb78ff90c.
This commit is contained in:
@@ -43,6 +43,8 @@
|
||||
|
||||
<option value="//api/name/tuningParameters"> tuningParameters</option>
|
||||
|
||||
<option value="//api/name/workingRangeCalculationBlock"> workingRangeCalculationBlock</option>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -92,6 +94,8 @@
|
||||
|
||||
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/tuningParameters">tuningParameters</a></span></li>
|
||||
|
||||
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/workingRangeCalculationBlock">workingRangeCalculationBlock</a></span></li>
|
||||
|
||||
</ul></li>
|
||||
|
||||
|
||||
@@ -225,6 +229,12 @@ cancelling their asynchronous layout and display, and so on).</p>
|
||||
</span>
|
||||
<span class="task-item-suffix">property</span>
|
||||
|
||||
</li><li>
|
||||
<span class="tooltip">
|
||||
<code><a href="#//api/name/workingRangeCalculationBlock"> workingRangeCalculationBlock</a></code>
|
||||
</span>
|
||||
<span class="task-item-suffix">property</span>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -307,6 +317,47 @@ cancelling their asynchronous layout and display, and so on).</p>
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection declared-in-section">
|
||||
<h4 class="method-subtitle">Declared In</h4>
|
||||
<code class="declared-in-ref">ASRangeController.h</code><br />
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section-method">
|
||||
<a name="//api/name/workingRangeCalculationBlock" title="workingRangeCalculationBlock"></a>
|
||||
<h3 class="subsubtitle method-title">workingRangeCalculationBlock</h3>
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection brief-description">
|
||||
<p>An optional block which can perform custom calculation for working range.</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection method-declaration"><code>@property (nonatomic, readwrite, copy) asrangecontroller_working_range_calculation_block_t workingRangeCalculationBlock</code></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection discussion-section">
|
||||
<h4 class="method-subtitle">Discussion</h4>
|
||||
<p>Can be used to provide custom working range logic for custom layouts.</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection declared-in-section">
|
||||
<h4 class="method-subtitle">Declared In</h4>
|
||||
<code class="declared-in-ref">ASRangeController.h</code><br />
|
||||
@@ -666,7 +717,7 @@ but drastically more expensive, as it destroys the working range and all cached
|
||||
<div id="footer">
|
||||
<hr />
|
||||
<div class="footer-copyright">
|
||||
<p><span class="copyright">© 2014 Facebook. All rights reserved. (Last updated: 2014-11-17)</span><br />
|
||||
<p><span class="copyright">© 2014 Facebook. All rights reserved. (Last updated: 2014-12-03)</span><br />
|
||||
|
||||
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2 (build 963)</a>.</span></p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user