Skip to content

Commit

Permalink
Remove old references to the Demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
Caiopia committed Apr 8, 2024
1 parent b1292ab commit e75d3aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions docs/docsets/.docset/Contents/Resources/Documents/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ <h2 id='getting-started' class='heading'>Getting started</h2>
<p>For more information, read our <a href="https://shopify.github.io/FunctionalTableData/">documentation</a>.</p>
<h2 id='usage' class='heading'>Usage</h2>

<p>Check out the <a href="https://github.com/Shopify/FunctionalTableData/blob/main/Sources/FunctionalTableDataDemo">demo app</a> for a fully interactive example.</p>

<p>Any time you want to update the data currently being displayed you generate the new state and pass it off to your instance of the Functional Table Data. The FTD is then responsible for computing the differences between the previous state and the next state and updating itself as necessary.</p>

<p>The <code><a href="Classes/FunctionalTableData.html">FunctionalTableData</a></code> holds onto an array of sections where each section has a key. This key must be unique across all sections but should be deterministic so that its possible to adjust the rows contained within that section without replacing the entire section itself.</p>
Expand Down Expand Up @@ -207,7 +205,6 @@ <h2 id='usage' class='heading'>Usage</h2>

<p><img src="https://github.com/Shopify/FunctionalTableData/raw/main/Images/Example1.png" /></p>

<p>Check out the <a href="https://github.com/Shopify/FunctionalTableData/blob/main/Sources/FunctionalTableDataDemo">demo app</a> for a fully interactive example.</p>
<h3 id='building-new-cells' class='heading'>Building new Cells</h3>

<p>Knowing that a cell consists of a view and state let&rsquo;s start with a simple example, a cell that displays a label. By specifying the generic requirements of <code><a href="Structs/HostCell.html">HostCell</a></code>, the simplest possible example is one that takes an <code>UILabel</code> as its view, a <code>String</code> as its state and <code>LayoutMarginsTableItemLayout</code> as the layout (See <code>TableItemLayout</code> for more info).</p>
Expand Down
3 changes: 0 additions & 3 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e75d3aa

Please sign in to comment.