mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-24 01:38:26 +00:00
Fixes broken working range image
Summary: Closes https://github.com/Instagram/IGListKit/pull/248 Differential Revision: D4219184 Pulled By: jessesquires fbshipit-source-id: 258f94cef32e0768c95c4a9e88b9e9af4fdec4f2
This commit is contained in:
parent
316fbe2b8b
commit
41859d2373
2 changed files with 4 additions and 4 deletions
|
|
@ -205,7 +205,7 @@ let adapter = IGListAdapter(updater: IGListAdapterUpdater(),
|
|||
workingRangeSize: 1) // 1 before/after visible objects
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
You can set the weak `workingRangeDelegate` on a section controller to receive events.
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<meta charset='utf-8'>
|
||||
<script src="js/jquery.min.js" defer></script>
|
||||
<script src="js/jazzy.js" defer></script>
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<a title="IGListKit Reference"></a>
|
||||
|
|
@ -190,7 +190,7 @@
|
|||
<article class="main-content">
|
||||
<section>
|
||||
<section class="section">
|
||||
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/Instagram/IGListKit/master/Resources/logo-animation.gif" width=400 />
|
||||
</p>
|
||||
|
|
@ -401,7 +401,7 @@
|
|||
<span class="nv">workingRangeSize</span><span class="p">:</span> <span class="mi">1</span><span class="p">)</span> <span class="c1">// 1 before/after visible objects</span>
|
||||
</code></pre>
|
||||
|
||||
<p><img src="Resources/workingrange.png" alt="working-range"></p>
|
||||
<p><img src="https://raw.githubusercontent.com/Instagram/IGListKit/master/Resources/workingrange.png" alt="working-range"></p>
|
||||
|
||||
<p>You can set the weak <code>workingRangeDelegate</code> on a section controller to receive events.</p>
|
||||
<a href='#supplementary-views' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='supplementary-views'>Supplementary Views</h3>
|
||||
|
|
|
|||
Loading…
Reference in a new issue