This commit is contained in:
Huy Nguyen
2015-09-16 14:54:25 +03:00
parent 29e9913536
commit f6e606db28
65 changed files with 4080 additions and 503 deletions

View File

@@ -60,6 +60,8 @@
<optgroup label="Instance Methods">
<option value="//api/name/collectionView:layout:insetForSectionAtIndex:">- collectionView:layout:insetForSectionAtIndex:</option>
<option value="//api/name/collectionView:willBeginBatchFetchWithContext:">- collectionView:willBeginBatchFetchWithContext:</option>
<option value="//api/name/shouldBatchFetchForCollectionView:">- shouldBatchFetchForCollectionView:</option>
@@ -235,6 +237,75 @@ should occur.</p>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">ASCollectionView.h</code></p>
</div>
</div>
</div>
</div><div class="section-method">
<a name="//api/name/collectionView:layout:insetForSectionAtIndex:" title="collectionView:layout:insetForSectionAtIndex:"></a>
<h3 class="method-title"><code><a href="#//api/name/collectionView:layout:insetForSectionAtIndex:">&ndash;&nbsp;collectionView:layout:insetForSectionAtIndex:</a></code>
</h3>
<div class="method-info">
<div class="pointy-thing"></div>
<div class="method-info-container">
<div class="method-subsection brief-description">
<p>Passthrough support to UICollectionViewDelegateFlowLayout sectionInset behavior.</p>
</div>
<div class="method-subsection method-declaration"><code>- (UIEdgeInsets)collectionView:(UICollectionView *)<em>collectionView</em> layout:(UICollectionViewLayout *)<em>collectionViewLayout</em> insetForSectionAtIndex:(NSInteger)<em>section</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>collectionView</code></th>
<td><p>The sender.</p></td>
</tr>
<tr>
<th scope="row" class="argument-name"><code>collectionViewLayout</code></th>
<td><p>The layout object requesting the information.</p></td>
</tr>
<tr>
<th scope="row" class="argument-name"><code>section</code></th>
<td><p>The index number of the section whose insets are needed.</p></td>
</tr>
</table>
</div>
<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>The same rules apply as the UICollectionView implementation, but this can also be used without a UICollectionViewFlowLayout.
https://developer.apple.com/library/ios/documentation/UIKit/Reference/UICollectionViewDelegateFlowLayout_protocol/index.html#//apple_ref/occ/intfm/UICollectionViewDelegateFlowLayout/collectionView:layout:insetForSectionAtIndex:</p>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">ASCollectionView.h</code></p>
@@ -258,7 +329,7 @@ should occur.</p>
<footer>
<div class="footer-copyright">
<p class="copyright">Copyright &copy; 2015 Facebook. All rights reserved. Updated: 2015-07-13</p>
<p class="copyright">Copyright &copy; 2015 Facebook. All rights reserved. Updated: 2015-09-16</p>
<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>