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:
Bofei Zhu 2016-11-21 22:27:07 -08:00 committed by Facebook Github Bot
parent 316fbe2b8b
commit 41859d2373
2 changed files with 4 additions and 4 deletions

View file

@ -205,7 +205,7 @@ let adapter = IGListAdapter(updater: IGListAdapterUpdater(),
workingRangeSize: 1) // 1 before/after visible objects
```
![working-range](Resources/workingrange.png)
![working-range](https://raw.githubusercontent.com/Instagram/IGListKit/master/Resources/workingrange.png)
You can set the weak `workingRangeDelegate` on a section controller to receive events.

View file

@ -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>