|
34 | 34 | <li class="nav-group-task">
|
35 | 35 | <a href="../best-practices-and-faq.html">Best Practices and FAQ</a>
|
36 | 36 | </li>
|
| 37 | + <li class="nav-group-task"> |
| 38 | + <a href="../generating-your-models.html">Generating your models</a> |
| 39 | + </li> |
37 | 40 | <li class="nav-group-task">
|
38 | 41 | <a href="../getting-started.html">Getting Started</a>
|
39 | 42 | </li>
|
|
144 | 147 | <li class="nav-group-task">
|
145 | 148 | <a href="../Protocols/IGListAdapterDelegate.html">IGListAdapterDelegate</a>
|
146 | 149 | </li>
|
| 150 | + <li class="nav-group-task"> |
| 151 | + <a href="../Protocols/IGListAdapterMoveDelegate.html">IGListAdapterMoveDelegate</a> |
| 152 | + </li> |
147 | 153 | <li class="nav-group-task">
|
148 | 154 | <a href="../Protocols/IGListAdapterUpdateListener.html">IGListAdapterUpdateListener</a>
|
149 | 155 | </li>
|
@@ -469,6 +475,44 @@ <h4>Declaration</h4>
|
469 | 475 | </section>
|
470 | 476 | </div>
|
471 | 477 | </li>
|
| 478 | + <li class="item"> |
| 479 | + <div> |
| 480 | + <code> |
| 481 | + <a name="/c:objc(cs)IGListAdapter(py)moveDelegate"></a> |
| 482 | + <a name="//apple_ref/objc/Property/moveDelegate" class="dashAnchor"></a> |
| 483 | + <a class="token" href="#/c:objc(cs)IGListAdapter(py)moveDelegate">moveDelegate</a> |
| 484 | + </code> |
| 485 | + </div> |
| 486 | + <div class="height-container"> |
| 487 | + <div class="pointer-container"></div> |
| 488 | + <section class="section"> |
| 489 | + <div class="pointer"></div> |
| 490 | + <div class="abstract"> |
| 491 | + <p>The object that receives <code><a href="../Protocols/IGListAdapterMoveDelegate.html">IGListAdapterMoveDelegate</a></code> events resulting from interactive reordering of sections.</p> |
| 492 | +<div class="aside aside-note"> |
| 493 | + <p class="aside-title">Note</p> |
| 494 | + This works with UICollectionView interactive reordering available on iOS 9.0+ |
| 495 | + |
| 496 | +</div> |
| 497 | + |
| 498 | + </div> |
| 499 | + <div class="declaration"> |
| 500 | + <h4>Declaration</h4> |
| 501 | + <div class="language"> |
| 502 | + <p class="aside-title">Objective-C</p> |
| 503 | + <pre class="highlight objective_c"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readwrite</span><span class="p">,</span> <span class="n">nonatomic</span><span class="p">,</span> <span class="n">nullable</span><span class="p">)</span> <span class="n">id</span><span class="o"><</span><span class="n"><a href="../Protocols/IGListAdapterMoveDelegate.html">IGListAdapterMoveDelegate</a></span><span class="o">></span> |
| 504 | + <span class="n">moveDelegate</span><span class="p">;</span></code></pre> |
| 505 | + |
| 506 | + </div> |
| 507 | + <div class="language"> |
| 508 | + <p class="aside-title">Swift</p> |
| 509 | + <pre class="highlight swift"><code><span class="k">weak</span> <span class="k">var</span> <span class="nv">moveDelegate</span><span class="p">:</span> <span class="kt">ListAdapterMoveDelegate</span><span class="p">?</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre> |
| 510 | + |
| 511 | + </div> |
| 512 | + </div> |
| 513 | + </section> |
| 514 | + </div> |
| 515 | + </li> |
472 | 516 | <li class="item">
|
473 | 517 | <div>
|
474 | 518 | <code>
|
@@ -1696,7 +1740,7 @@ <h4>Parameters</h4>
|
1696 | 1740 | </section>
|
1697 | 1741 | </section>
|
1698 | 1742 | <section id="footer">
|
1699 |
| - <p>© 2018 <a class="link" href="https://twitter.com/fbOpenSource" target="_blank" rel="external">Instagram</a>. All rights reserved. (Last updated: 2018-02-06)</p> |
| 1743 | + <p>© 2018 <a class="link" href="https://twitter.com/fbOpenSource" target="_blank" rel="external">Instagram</a>. All rights reserved. (Last updated: 2018-04-21)</p> |
1700 | 1744 | <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
1701 | 1745 | </section>
|
1702 | 1746 | </article>
|
|
0 commit comments