From 83966151f87c1fdeea411be7be64eb806696883f Mon Sep 17 00:00:00 2001 From: Caio Lima Date: Mon, 8 Apr 2024 17:57:40 -0400 Subject: [PATCH 1/3] Update docs after branch rename `master` -> `main` --- .jazzy.yaml | 2 +- README.md | 6 +- docs/Classes.html | 6 +- docs/Classes/FunctionalCollectionData.html | 52 ++++++++--------- .../FunctionalCollectionData/KeyPath.html | 6 +- docs/Classes/FunctionalTableData.html | 56 +++++++++---------- docs/Classes/FunctionalTableData/KeyPath.html | 4 +- docs/Classes/Separator.html | 6 +- docs/Extensions/UICollectionView.html | 6 +- docs/Extensions/UITableView.html | 6 +- docs/Extensions/UIView.html | 6 +- docs/Protocols.html | 10 ++-- docs/Protocols/BackgroundViewProvider.html | 4 +- docs/Protocols/CellConfigType.html | 12 ++-- .../FunctionalTableDataExceptionHandler.html | 2 +- docs/Protocols/Reusable.html | 2 +- docs/Protocols/TableSectionType.html | 10 ++-- docs/Structs.html | 8 +-- docs/Structs/CellActions.html | 20 +++---- docs/Structs/CellStyle.html | 30 +++++----- docs/Structs/HostCell.html | 24 ++++---- docs/Structs/TableSection.html | 22 ++++---- .../Contents/Resources/Documents/Classes.html | 6 +- .../Classes/FunctionalCollectionData.html | 52 ++++++++--------- .../FunctionalCollectionData/KeyPath.html | 6 +- .../Classes/FunctionalTableData.html | 56 +++++++++---------- .../Classes/FunctionalTableData/KeyPath.html | 4 +- .../Documents/Classes/Separator.html | 6 +- .../Extensions/UICollectionView.html | 6 +- .../Documents/Extensions/UITableView.html | 6 +- .../Documents/Extensions/UIView.html | 6 +- .../Resources/Documents/Protocols.html | 10 ++-- .../Protocols/BackgroundViewProvider.html | 4 +- .../Documents/Protocols/CellConfigType.html | 12 ++-- .../FunctionalTableDataExceptionHandler.html | 2 +- .../Documents/Protocols/Reusable.html | 2 +- .../Documents/Protocols/TableSectionType.html | 10 ++-- .../Contents/Resources/Documents/Structs.html | 8 +-- .../Documents/Structs/CellActions.html | 20 +++---- .../Documents/Structs/CellStyle.html | 30 +++++----- .../Resources/Documents/Structs/HostCell.html | 24 ++++---- .../Documents/Structs/TableSection.html | 22 ++++---- .../Contents/Resources/Documents/index.html | 10 ++-- docs/index.html | 10 ++-- 44 files changed, 306 insertions(+), 306 deletions(-) diff --git a/.jazzy.yaml b/.jazzy.yaml index bde9f5d..a9bbd8d 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -1,4 +1,4 @@ github_url: https://github.com/shopify/FunctionalTableData -github_file_prefix: https://github.com/shopify/FunctionalTableData/tree/master +github_file_prefix: https://github.com/shopify/FunctionalTableData/tree/main skip_undocumented: true hide_documentation_coverage: true \ No newline at end of file diff --git a/README.md b/README.md index 1227bd4..43c0053 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - + Functional Table Data implements a functional renderer for UITableView. You pass it a complete description of your table state, and Functional Table Data compares it with the previous render call to insert, update, and remove the sections and cells that have changed. This massively simplifies state management of complex UI. @@ -73,7 +73,7 @@ After assigning the variable `rows` to our previously created `section`, all tha functionalTableData.renderAndDiff([section]) ``` - + ### Building new Cells Knowing that a cell consists of a view and state let's start with a simple example, a cell that displays a label. By specifying the generic requirements of `HostCell`, the simplest possible example is one that takes an `UILabel` as its view, a `String` as its state and `LayoutMarginsTableItemLayout` as the layout (See `TableItemLayout` for more info). @@ -129,4 +129,4 @@ At the end of the day `HostCell` is just one of the possible implementations of Seen other articles in the wild? Feel free to open a [pull request](https://github.com/Shopify/FunctionalTableData/pulls). ## License -Functional Table Data is under the [MIT License](https://github.com/Shopify/FunctionalTableData/blob/master/LICENSE.txt) +Functional Table Data is under the [MIT License](https://github.com/Shopify/FunctionalTableData/blob/main/LICENSE.txt) diff --git a/docs/Classes.html b/docs/Classes.html index 839ec28..9695889 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -154,7 +154,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -193,7 +193,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -230,7 +230,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/Classes/FunctionalCollectionData.html b/docs/Classes/FunctionalCollectionData.html index e4b558b..ad56079 100644 --- a/docs/Classes/FunctionalCollectionData.html +++ b/docs/Classes/FunctionalCollectionData.html @@ -159,7 +159,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -193,7 +193,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -226,7 +226,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -256,7 +256,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -286,7 +286,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -316,7 +316,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -346,7 +346,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -376,7 +376,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -406,7 +406,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -436,7 +436,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -466,7 +466,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -496,7 +496,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -526,7 +526,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -557,7 +557,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -587,7 +587,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -636,7 +636,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -689,7 +689,7 @@

Return Value

A CellConfigType instance corresponding to the key path or nil if the key path is invalid.

- Show on GitHub + Show on GitHub
@@ -742,7 +742,7 @@

Return Value

A KeyPath that matches the key or nil if there is no match.

- Show on GitHub + Show on GitHub
@@ -798,7 +798,7 @@

Return Value

The key representation of the supplied IndexPath.

- Show on GitHub + Show on GitHub
@@ -884,7 +884,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -957,7 +957,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -1042,7 +1042,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -1115,7 +1115,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -1167,7 +1167,7 @@

Return Value

The keypath of the item at the specified point, or nil if no item was found at that point.

- Show on GitHub + Show on GitHub
@@ -1220,7 +1220,7 @@

Return Value

The IndexPath of the item at the provided keyPath.

- Show on GitHub + Show on GitHub
@@ -1264,7 +1264,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/Classes/FunctionalCollectionData/KeyPath.html b/docs/Classes/FunctionalCollectionData/KeyPath.html index 06c6fd0..ed2e51e 100644 --- a/docs/Classes/FunctionalCollectionData/KeyPath.html +++ b/docs/Classes/FunctionalCollectionData/KeyPath.html @@ -160,7 +160,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -190,7 +190,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -219,7 +219,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/Classes/FunctionalTableData.html b/docs/Classes/FunctionalTableData.html index 977bf16..e9d9d4c 100644 --- a/docs/Classes/FunctionalTableData.html +++ b/docs/Classes/FunctionalTableData.html @@ -159,7 +159,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -189,7 +189,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -223,7 +223,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -256,7 +256,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -286,7 +286,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -316,7 +316,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -346,7 +346,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -376,7 +376,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -406,7 +406,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -436,7 +436,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -466,7 +466,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -496,7 +496,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -526,7 +526,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -556,7 +556,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -587,7 +587,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -617,7 +617,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -647,7 +647,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -696,7 +696,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -749,7 +749,7 @@

Return Value

A CellConfigType instance corresponding to the key path or nil if the key path is invalid.

- Show on GitHub + Show on GitHub
@@ -802,7 +802,7 @@

Return Value

A KeyPath that matches the key or nil if there is no match.

- Show on GitHub + Show on GitHub
@@ -858,7 +858,7 @@

Return Value

The key representation of the supplied IndexPath.

- Show on GitHub + Show on GitHub
@@ -911,7 +911,7 @@

Return Value

A rectangle defining the area in which the table view draws the row or nil if the key path is invalid.

- Show on GitHub + Show on GitHub
@@ -1009,7 +1009,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -1094,7 +1094,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -1167,7 +1167,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -1240,7 +1240,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -1292,7 +1292,7 @@

Return Value

the keypath of the item at the specified point, or nil if no item was found at that point.

- Show on GitHub + Show on GitHub
@@ -1336,7 +1336,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/Classes/FunctionalTableData/KeyPath.html b/docs/Classes/FunctionalTableData/KeyPath.html index 075eefb..8defb62 100644 --- a/docs/Classes/FunctionalTableData/KeyPath.html +++ b/docs/Classes/FunctionalTableData/KeyPath.html @@ -160,7 +160,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -190,7 +190,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/Classes/Separator.html b/docs/Classes/Separator.html index e69dfd5..bd4e08e 100644 --- a/docs/Classes/Separator.html +++ b/docs/Classes/Separator.html @@ -161,7 +161,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -193,7 +193,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -223,7 +223,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/Extensions/UICollectionView.html b/docs/Extensions/UICollectionView.html index 9094c42..d89eb40 100644 --- a/docs/Extensions/UICollectionView.html +++ b/docs/Extensions/UICollectionView.html @@ -158,7 +158,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -207,7 +207,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -260,7 +260,7 @@

Return Value

The IndexPath of the view in the UICollectionView or nil if it could not be found.

- Show on GitHub + Show on GitHub
diff --git a/docs/Extensions/UITableView.html b/docs/Extensions/UITableView.html index d0ec612..049dd10 100644 --- a/docs/Extensions/UITableView.html +++ b/docs/Extensions/UITableView.html @@ -158,7 +158,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -207,7 +207,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -260,7 +260,7 @@

Return Value

The IndexPath of the view in the UITableView or nil if it could not be found.

- Show on GitHub + Show on GitHub
diff --git a/docs/Extensions/UIView.html b/docs/Extensions/UIView.html index 743e7bf..4edc79b 100644 --- a/docs/Extensions/UIView.html +++ b/docs/Extensions/UIView.html @@ -187,7 +187,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -248,7 +248,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -297,7 +297,7 @@

Parameters

- Show on GitHub + Show on GitHub
diff --git a/docs/Protocols.html b/docs/Protocols.html index f071026..86d4bcd 100644 --- a/docs/Protocols.html +++ b/docs/Protocols.html @@ -153,7 +153,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -194,7 +194,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -229,7 +229,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -264,7 +264,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -299,7 +299,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/Protocols/BackgroundViewProvider.html b/docs/Protocols/BackgroundViewProvider.html index 0e493d1..3556c75 100644 --- a/docs/Protocols/BackgroundViewProvider.html +++ b/docs/Protocols/BackgroundViewProvider.html @@ -159,7 +159,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -189,7 +189,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/Protocols/CellConfigType.html b/docs/Protocols/CellConfigType.html index 8f2f48d..7fc23fd 100644 --- a/docs/Protocols/CellConfigType.html +++ b/docs/Protocols/CellConfigType.html @@ -163,7 +163,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -193,7 +193,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -223,7 +223,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -284,7 +284,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -345,7 +345,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -400,7 +400,7 @@

Return Value

true when both values are the same, false otherwise.

- Show on GitHub + Show on GitHub
diff --git a/docs/Protocols/FunctionalTableDataExceptionHandler.html b/docs/Protocols/FunctionalTableDataExceptionHandler.html index b2259fd..cc9ac0e 100644 --- a/docs/Protocols/FunctionalTableDataExceptionHandler.html +++ b/docs/Protocols/FunctionalTableDataExceptionHandler.html @@ -177,7 +177,7 @@

Parameters

- Show on GitHub + Show on GitHub
diff --git a/docs/Protocols/Reusable.html b/docs/Protocols/Reusable.html index f0fd515..8b24bfe 100644 --- a/docs/Protocols/Reusable.html +++ b/docs/Protocols/Reusable.html @@ -164,7 +164,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/Protocols/TableSectionType.html b/docs/Protocols/TableSectionType.html index 6d243c9..2c94e33 100644 --- a/docs/Protocols/TableSectionType.html +++ b/docs/Protocols/TableSectionType.html @@ -157,7 +157,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -187,7 +187,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -217,7 +217,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -247,7 +247,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -277,7 +277,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/Structs.html b/docs/Structs.html index 6d9fd57..9f8064c 100644 --- a/docs/Structs.html +++ b/docs/Structs.html @@ -152,7 +152,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -189,7 +189,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -225,7 +225,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -262,7 +262,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/Structs/CellActions.html b/docs/Structs/CellActions.html index 645df2f..1b52dde 100644 --- a/docs/Structs/CellActions.html +++ b/docs/Structs/CellActions.html @@ -157,7 +157,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -230,7 +230,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -265,7 +265,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -295,7 +295,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -325,7 +325,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -355,7 +355,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -385,7 +385,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -415,7 +415,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -445,7 +445,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -475,7 +475,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/Structs/CellStyle.html b/docs/Structs/CellStyle.html index 1640dbd..c0c06d2 100644 --- a/docs/Structs/CellStyle.html +++ b/docs/Structs/CellStyle.html @@ -159,7 +159,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -189,7 +189,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -221,7 +221,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -253,7 +253,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -285,7 +285,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -317,7 +317,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -350,7 +350,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -380,7 +380,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -410,7 +410,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -441,7 +441,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -471,7 +471,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -501,7 +501,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -531,7 +531,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -561,7 +561,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -594,7 +594,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/Structs/HostCell.html b/docs/Structs/HostCell.html index 7973fc4..e0a594e 100644 --- a/docs/Structs/HostCell.html +++ b/docs/Structs/HostCell.html @@ -157,7 +157,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -186,7 +186,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -215,7 +215,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -245,7 +245,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -275,7 +275,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -335,7 +335,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -384,7 +384,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -449,7 +449,7 @@

Return Value

A UITableViewCell object that exists in the reusable-cell queue.

- Show on GitHub + Show on GitHub
@@ -514,7 +514,7 @@

Return Value

A UICollectionViewCell object that exists in the reusable-cell queue.

- Show on GitHub + Show on GitHub
@@ -554,7 +554,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -583,7 +583,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -612,7 +612,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/Structs/TableSection.html b/docs/Structs/TableSection.html index 6673dd9..b4bbcba 100644 --- a/docs/Structs/TableSection.html +++ b/docs/Structs/TableSection.html @@ -158,7 +158,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -187,7 +187,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -216,7 +216,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -245,7 +245,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -275,7 +275,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -304,7 +304,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -334,7 +334,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -383,7 +383,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -412,7 +412,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -465,7 +465,7 @@

Return Value

The CellStyle of the cell merged with the style of the section.

- Show on GitHub + Show on GitHub
@@ -498,7 +498,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Classes.html b/docs/docsets/.docset/Contents/Resources/Documents/Classes.html index 839ec28..9695889 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Classes.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Classes.html @@ -154,7 +154,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -193,7 +193,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -230,7 +230,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalCollectionData.html b/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalCollectionData.html index e4b558b..ad56079 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalCollectionData.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalCollectionData.html @@ -159,7 +159,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -193,7 +193,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -226,7 +226,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -256,7 +256,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -286,7 +286,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -316,7 +316,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -346,7 +346,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -376,7 +376,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -406,7 +406,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -436,7 +436,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -466,7 +466,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -496,7 +496,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -526,7 +526,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -557,7 +557,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -587,7 +587,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -636,7 +636,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -689,7 +689,7 @@

Return Value

A CellConfigType instance corresponding to the key path or nil if the key path is invalid.

- Show on GitHub + Show on GitHub
@@ -742,7 +742,7 @@

Return Value

A KeyPath that matches the key or nil if there is no match.

- Show on GitHub + Show on GitHub
@@ -798,7 +798,7 @@

Return Value

The key representation of the supplied IndexPath.

- Show on GitHub + Show on GitHub
@@ -884,7 +884,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -957,7 +957,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -1042,7 +1042,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -1115,7 +1115,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -1167,7 +1167,7 @@

Return Value

The keypath of the item at the specified point, or nil if no item was found at that point.

- Show on GitHub + Show on GitHub
@@ -1220,7 +1220,7 @@

Return Value

The IndexPath of the item at the provided keyPath.

- Show on GitHub + Show on GitHub
@@ -1264,7 +1264,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalCollectionData/KeyPath.html b/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalCollectionData/KeyPath.html index 06c6fd0..ed2e51e 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalCollectionData/KeyPath.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalCollectionData/KeyPath.html @@ -160,7 +160,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -190,7 +190,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -219,7 +219,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalTableData.html b/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalTableData.html index 977bf16..e9d9d4c 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalTableData.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalTableData.html @@ -159,7 +159,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -189,7 +189,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -223,7 +223,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -256,7 +256,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -286,7 +286,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -316,7 +316,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -346,7 +346,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -376,7 +376,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -406,7 +406,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -436,7 +436,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -466,7 +466,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -496,7 +496,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -526,7 +526,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -556,7 +556,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -587,7 +587,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -617,7 +617,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -647,7 +647,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -696,7 +696,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -749,7 +749,7 @@

Return Value

A CellConfigType instance corresponding to the key path or nil if the key path is invalid.

- Show on GitHub + Show on GitHub
@@ -802,7 +802,7 @@

Return Value

A KeyPath that matches the key or nil if there is no match.

- Show on GitHub + Show on GitHub
@@ -858,7 +858,7 @@

Return Value

The key representation of the supplied IndexPath.

- Show on GitHub + Show on GitHub
@@ -911,7 +911,7 @@

Return Value

A rectangle defining the area in which the table view draws the row or nil if the key path is invalid.

- Show on GitHub + Show on GitHub
@@ -1009,7 +1009,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -1094,7 +1094,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -1167,7 +1167,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -1240,7 +1240,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -1292,7 +1292,7 @@

Return Value

the keypath of the item at the specified point, or nil if no item was found at that point.

- Show on GitHub + Show on GitHub
@@ -1336,7 +1336,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalTableData/KeyPath.html b/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalTableData/KeyPath.html index 075eefb..8defb62 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalTableData/KeyPath.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalTableData/KeyPath.html @@ -160,7 +160,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -190,7 +190,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Classes/Separator.html b/docs/docsets/.docset/Contents/Resources/Documents/Classes/Separator.html index e69dfd5..bd4e08e 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Classes/Separator.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Classes/Separator.html @@ -161,7 +161,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -193,7 +193,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -223,7 +223,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Extensions/UICollectionView.html b/docs/docsets/.docset/Contents/Resources/Documents/Extensions/UICollectionView.html index 9094c42..d89eb40 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Extensions/UICollectionView.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Extensions/UICollectionView.html @@ -158,7 +158,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -207,7 +207,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -260,7 +260,7 @@

Return Value

The IndexPath of the view in the UICollectionView or nil if it could not be found.

- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Extensions/UITableView.html b/docs/docsets/.docset/Contents/Resources/Documents/Extensions/UITableView.html index d0ec612..049dd10 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Extensions/UITableView.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Extensions/UITableView.html @@ -158,7 +158,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -207,7 +207,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -260,7 +260,7 @@

Return Value

The IndexPath of the view in the UITableView or nil if it could not be found.

- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Extensions/UIView.html b/docs/docsets/.docset/Contents/Resources/Documents/Extensions/UIView.html index 743e7bf..4edc79b 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Extensions/UIView.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Extensions/UIView.html @@ -187,7 +187,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -248,7 +248,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -297,7 +297,7 @@

Parameters

- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Protocols.html b/docs/docsets/.docset/Contents/Resources/Documents/Protocols.html index f071026..86d4bcd 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Protocols.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Protocols.html @@ -153,7 +153,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -194,7 +194,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -229,7 +229,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -264,7 +264,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -299,7 +299,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Protocols/BackgroundViewProvider.html b/docs/docsets/.docset/Contents/Resources/Documents/Protocols/BackgroundViewProvider.html index 0e493d1..3556c75 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Protocols/BackgroundViewProvider.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Protocols/BackgroundViewProvider.html @@ -159,7 +159,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -189,7 +189,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Protocols/CellConfigType.html b/docs/docsets/.docset/Contents/Resources/Documents/Protocols/CellConfigType.html index 8f2f48d..7fc23fd 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Protocols/CellConfigType.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Protocols/CellConfigType.html @@ -163,7 +163,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -193,7 +193,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -223,7 +223,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -284,7 +284,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -345,7 +345,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -400,7 +400,7 @@

Return Value

true when both values are the same, false otherwise.

- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Protocols/FunctionalTableDataExceptionHandler.html b/docs/docsets/.docset/Contents/Resources/Documents/Protocols/FunctionalTableDataExceptionHandler.html index b2259fd..cc9ac0e 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Protocols/FunctionalTableDataExceptionHandler.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Protocols/FunctionalTableDataExceptionHandler.html @@ -177,7 +177,7 @@

Parameters

- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Protocols/Reusable.html b/docs/docsets/.docset/Contents/Resources/Documents/Protocols/Reusable.html index f0fd515..8b24bfe 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Protocols/Reusable.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Protocols/Reusable.html @@ -164,7 +164,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Protocols/TableSectionType.html b/docs/docsets/.docset/Contents/Resources/Documents/Protocols/TableSectionType.html index 6d243c9..2c94e33 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Protocols/TableSectionType.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Protocols/TableSectionType.html @@ -157,7 +157,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -187,7 +187,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -217,7 +217,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -247,7 +247,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -277,7 +277,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Structs.html b/docs/docsets/.docset/Contents/Resources/Documents/Structs.html index 6d9fd57..9f8064c 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Structs.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Structs.html @@ -152,7 +152,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -189,7 +189,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -225,7 +225,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -262,7 +262,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Structs/CellActions.html b/docs/docsets/.docset/Contents/Resources/Documents/Structs/CellActions.html index 645df2f..1b52dde 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Structs/CellActions.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Structs/CellActions.html @@ -157,7 +157,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -230,7 +230,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -265,7 +265,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -295,7 +295,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -325,7 +325,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -355,7 +355,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -385,7 +385,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -415,7 +415,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -445,7 +445,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -475,7 +475,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Structs/CellStyle.html b/docs/docsets/.docset/Contents/Resources/Documents/Structs/CellStyle.html index 1640dbd..c0c06d2 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Structs/CellStyle.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Structs/CellStyle.html @@ -159,7 +159,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -189,7 +189,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -221,7 +221,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -253,7 +253,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -285,7 +285,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -317,7 +317,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -350,7 +350,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -380,7 +380,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -410,7 +410,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -441,7 +441,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -471,7 +471,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -501,7 +501,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -531,7 +531,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -561,7 +561,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -594,7 +594,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Structs/HostCell.html b/docs/docsets/.docset/Contents/Resources/Documents/Structs/HostCell.html index 7973fc4..e0a594e 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Structs/HostCell.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Structs/HostCell.html @@ -157,7 +157,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -186,7 +186,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -215,7 +215,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -245,7 +245,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -275,7 +275,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -335,7 +335,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -384,7 +384,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -449,7 +449,7 @@

Return Value

A UITableViewCell object that exists in the reusable-cell queue.

- Show on GitHub + Show on GitHub
@@ -514,7 +514,7 @@

Return Value

A UICollectionViewCell object that exists in the reusable-cell queue.

- Show on GitHub + Show on GitHub
@@ -554,7 +554,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -583,7 +583,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -612,7 +612,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Structs/TableSection.html b/docs/docsets/.docset/Contents/Resources/Documents/Structs/TableSection.html index 6673dd9..b4bbcba 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Structs/TableSection.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Structs/TableSection.html @@ -158,7 +158,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -187,7 +187,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -216,7 +216,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -245,7 +245,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -275,7 +275,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -304,7 +304,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -334,7 +334,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -383,7 +383,7 @@

Parameters

- Show on GitHub + Show on GitHub
@@ -412,7 +412,7 @@

Declaration

- Show on GitHub + Show on GitHub
@@ -465,7 +465,7 @@

Return Value

The CellStyle of the cell merged with the style of the section.

- Show on GitHub + Show on GitHub
@@ -498,7 +498,7 @@

Declaration

- Show on GitHub + Show on GitHub
diff --git a/docs/docsets/.docset/Contents/Resources/Documents/index.html b/docs/docsets/.docset/Contents/Resources/Documents/index.html index d054be7..b3529b7 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/index.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/index.html @@ -119,7 +119,7 @@
-

+

Build Status

@@ -175,7 +175,7 @@

Getting started

For more information, read our documentation.

Usage

-

Check out the demo app for a fully interactive example.

+

Check out the demo app for a fully interactive example.

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.

@@ -205,9 +205,9 @@

Usage

functionalTableData.renderAndDiff([section])
 
-

+

-

Check out the demo app for a fully interactive example.

+

Check out the demo app for a fully interactive example.

Building new Cells

Knowing that a cell consists of a view and state let’s start with a simple example, a cell that displays a label. By specifying the generic requirements of HostCell, the simplest possible example is one that takes an UILabel as its view, a String as its state and LayoutMarginsTableItemLayout as the layout (See TableItemLayout for more info).

@@ -252,7 +252,7 @@

Building new Cells

At the end of the day HostCell is just one of the possible implementations of CellConfigType, that’s the underlying power of this framework.

License

-

Functional Table Data is under the MIT License

+

Functional Table Data is under the MIT License

diff --git a/docs/index.html b/docs/index.html index d054be7..b3529b7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -119,7 +119,7 @@
-

+

Build Status

@@ -175,7 +175,7 @@

Getting started

For more information, read our documentation.

Usage

-

Check out the demo app for a fully interactive example.

+

Check out the demo app for a fully interactive example.

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.

@@ -205,9 +205,9 @@

Usage

functionalTableData.renderAndDiff([section])
 
-

+

-

Check out the demo app for a fully interactive example.

+

Check out the demo app for a fully interactive example.

Building new Cells

Knowing that a cell consists of a view and state let’s start with a simple example, a cell that displays a label. By specifying the generic requirements of HostCell, the simplest possible example is one that takes an UILabel as its view, a String as its state and LayoutMarginsTableItemLayout as the layout (See TableItemLayout for more info).

@@ -252,7 +252,7 @@

Building new Cells

At the end of the day HostCell is just one of the possible implementations of CellConfigType, that’s the underlying power of this framework.

License

-

Functional Table Data is under the MIT License

+

Functional Table Data is under the MIT License

From b1292ab0d4ca700496a1c304bf32597352101096 Mon Sep 17 00:00:00 2001 From: Caio Lima Date: Mon, 8 Apr 2024 18:10:47 -0400 Subject: [PATCH 2/3] Insert `Source` in documentation file paths --- docs/Classes.html | 6 +- docs/Classes/FunctionalCollectionData.html | 52 ++++++++--------- .../FunctionalCollectionData/KeyPath.html | 6 +- docs/Classes/FunctionalTableData.html | 56 +++++++++---------- docs/Classes/FunctionalTableData/KeyPath.html | 4 +- docs/Classes/Separator.html | 6 +- docs/Extensions/UICollectionView.html | 6 +- docs/Extensions/UITableView.html | 6 +- docs/Extensions/UIView.html | 6 +- docs/Protocols.html | 10 ++-- docs/Protocols/BackgroundViewProvider.html | 4 +- docs/Protocols/CellConfigType.html | 12 ++-- .../FunctionalTableDataExceptionHandler.html | 2 +- docs/Protocols/Reusable.html | 2 +- docs/Protocols/TableSectionType.html | 10 ++-- docs/Structs.html | 8 +-- docs/Structs/CellActions.html | 20 +++---- docs/Structs/CellStyle.html | 30 +++++----- docs/Structs/HostCell.html | 24 ++++---- docs/Structs/TableSection.html | 22 ++++---- .../Contents/Resources/Documents/Classes.html | 6 +- .../Classes/FunctionalCollectionData.html | 52 ++++++++--------- .../FunctionalCollectionData/KeyPath.html | 6 +- .../Classes/FunctionalTableData.html | 56 +++++++++---------- .../Classes/FunctionalTableData/KeyPath.html | 4 +- .../Documents/Classes/Separator.html | 6 +- .../Extensions/UICollectionView.html | 6 +- .../Documents/Extensions/UITableView.html | 6 +- .../Documents/Extensions/UIView.html | 6 +- .../Resources/Documents/Protocols.html | 10 ++-- .../Protocols/BackgroundViewProvider.html | 4 +- .../Documents/Protocols/CellConfigType.html | 12 ++-- .../FunctionalTableDataExceptionHandler.html | 2 +- .../Documents/Protocols/Reusable.html | 2 +- .../Documents/Protocols/TableSectionType.html | 10 ++-- .../Contents/Resources/Documents/Structs.html | 8 +-- .../Documents/Structs/CellActions.html | 20 +++---- .../Documents/Structs/CellStyle.html | 30 +++++----- .../Resources/Documents/Structs/HostCell.html | 24 ++++---- .../Documents/Structs/TableSection.html | 22 ++++---- .../Contents/Resources/Documents/index.html | 4 +- docs/index.html | 4 +- 42 files changed, 296 insertions(+), 296 deletions(-) diff --git a/docs/Classes.html b/docs/Classes.html index 9695889..8d37519 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -154,7 +154,7 @@

Declaration

@@ -193,7 +193,7 @@

Declaration

@@ -230,7 +230,7 @@

Declaration

diff --git a/docs/Classes/FunctionalCollectionData.html b/docs/Classes/FunctionalCollectionData.html index ad56079..9f1015a 100644 --- a/docs/Classes/FunctionalCollectionData.html +++ b/docs/Classes/FunctionalCollectionData.html @@ -159,7 +159,7 @@

Declaration

@@ -193,7 +193,7 @@

Declaration

@@ -226,7 +226,7 @@

Declaration

@@ -256,7 +256,7 @@

Declaration

@@ -286,7 +286,7 @@

Declaration

@@ -316,7 +316,7 @@

Declaration

@@ -346,7 +346,7 @@

Declaration

@@ -376,7 +376,7 @@

Declaration

@@ -406,7 +406,7 @@

Declaration

@@ -436,7 +436,7 @@

Declaration

@@ -466,7 +466,7 @@

Declaration

@@ -496,7 +496,7 @@

Declaration

@@ -526,7 +526,7 @@

Declaration

@@ -557,7 +557,7 @@

Declaration

@@ -587,7 +587,7 @@

Declaration

@@ -636,7 +636,7 @@

Parameters

@@ -689,7 +689,7 @@

Return Value

A CellConfigType instance corresponding to the key path or nil if the key path is invalid.

@@ -742,7 +742,7 @@

Return Value

A KeyPath that matches the key or nil if there is no match.

@@ -798,7 +798,7 @@

Return Value

The key representation of the supplied IndexPath.

@@ -884,7 +884,7 @@

Parameters

@@ -957,7 +957,7 @@

Parameters

@@ -1042,7 +1042,7 @@

Parameters

@@ -1115,7 +1115,7 @@

Parameters

@@ -1167,7 +1167,7 @@

Return Value

The keypath of the item at the specified point, or nil if no item was found at that point.

@@ -1220,7 +1220,7 @@

Return Value

The IndexPath of the item at the provided keyPath.

@@ -1264,7 +1264,7 @@

Declaration

diff --git a/docs/Classes/FunctionalCollectionData/KeyPath.html b/docs/Classes/FunctionalCollectionData/KeyPath.html index ed2e51e..a6fa7cd 100644 --- a/docs/Classes/FunctionalCollectionData/KeyPath.html +++ b/docs/Classes/FunctionalCollectionData/KeyPath.html @@ -160,7 +160,7 @@

Declaration

@@ -190,7 +190,7 @@

Declaration

@@ -219,7 +219,7 @@

Declaration

diff --git a/docs/Classes/FunctionalTableData.html b/docs/Classes/FunctionalTableData.html index e9d9d4c..4e54cf6 100644 --- a/docs/Classes/FunctionalTableData.html +++ b/docs/Classes/FunctionalTableData.html @@ -159,7 +159,7 @@

Declaration

@@ -189,7 +189,7 @@

Declaration

@@ -223,7 +223,7 @@

Declaration

@@ -256,7 +256,7 @@

Declaration

@@ -286,7 +286,7 @@

Declaration

@@ -316,7 +316,7 @@

Declaration

@@ -346,7 +346,7 @@

Declaration

@@ -376,7 +376,7 @@

Declaration

@@ -406,7 +406,7 @@

Declaration

@@ -436,7 +436,7 @@

Declaration

@@ -466,7 +466,7 @@

Declaration

@@ -496,7 +496,7 @@

Declaration

@@ -526,7 +526,7 @@

Declaration

@@ -556,7 +556,7 @@

Declaration

@@ -587,7 +587,7 @@

Declaration

@@ -617,7 +617,7 @@

Declaration

@@ -647,7 +647,7 @@

Declaration

@@ -696,7 +696,7 @@

Parameters

@@ -749,7 +749,7 @@

Return Value

A CellConfigType instance corresponding to the key path or nil if the key path is invalid.

@@ -802,7 +802,7 @@

Return Value

A KeyPath that matches the key or nil if there is no match.

@@ -858,7 +858,7 @@

Return Value

The key representation of the supplied IndexPath.

@@ -911,7 +911,7 @@

Return Value

A rectangle defining the area in which the table view draws the row or nil if the key path is invalid.

@@ -1009,7 +1009,7 @@

Parameters

@@ -1094,7 +1094,7 @@

Parameters

@@ -1167,7 +1167,7 @@

Parameters

@@ -1240,7 +1240,7 @@

Parameters

@@ -1292,7 +1292,7 @@

Return Value

the keypath of the item at the specified point, or nil if no item was found at that point.

@@ -1336,7 +1336,7 @@

Declaration

diff --git a/docs/Classes/FunctionalTableData/KeyPath.html b/docs/Classes/FunctionalTableData/KeyPath.html index 8defb62..c2c4aa1 100644 --- a/docs/Classes/FunctionalTableData/KeyPath.html +++ b/docs/Classes/FunctionalTableData/KeyPath.html @@ -160,7 +160,7 @@

Declaration

@@ -190,7 +190,7 @@

Declaration

diff --git a/docs/Classes/Separator.html b/docs/Classes/Separator.html index bd4e08e..7367865 100644 --- a/docs/Classes/Separator.html +++ b/docs/Classes/Separator.html @@ -161,7 +161,7 @@

Declaration

@@ -193,7 +193,7 @@

Declaration

@@ -223,7 +223,7 @@

Declaration

diff --git a/docs/Extensions/UICollectionView.html b/docs/Extensions/UICollectionView.html index d89eb40..f845d36 100644 --- a/docs/Extensions/UICollectionView.html +++ b/docs/Extensions/UICollectionView.html @@ -158,7 +158,7 @@

Declaration

@@ -207,7 +207,7 @@

Parameters

@@ -260,7 +260,7 @@

Return Value

The IndexPath of the view in the UICollectionView or nil if it could not be found.

diff --git a/docs/Extensions/UITableView.html b/docs/Extensions/UITableView.html index 049dd10..6bfc562 100644 --- a/docs/Extensions/UITableView.html +++ b/docs/Extensions/UITableView.html @@ -158,7 +158,7 @@

Declaration

@@ -207,7 +207,7 @@

Parameters

@@ -260,7 +260,7 @@

Return Value

The IndexPath of the view in the UITableView or nil if it could not be found.

diff --git a/docs/Extensions/UIView.html b/docs/Extensions/UIView.html index 4edc79b..439e24c 100644 --- a/docs/Extensions/UIView.html +++ b/docs/Extensions/UIView.html @@ -187,7 +187,7 @@

Parameters

@@ -248,7 +248,7 @@

Parameters

@@ -297,7 +297,7 @@

Parameters

diff --git a/docs/Protocols.html b/docs/Protocols.html index 86d4bcd..8fb4dfb 100644 --- a/docs/Protocols.html +++ b/docs/Protocols.html @@ -153,7 +153,7 @@

Declaration

@@ -194,7 +194,7 @@

Declaration

@@ -229,7 +229,7 @@

Declaration

@@ -264,7 +264,7 @@

Declaration

@@ -299,7 +299,7 @@

Declaration

diff --git a/docs/Protocols/BackgroundViewProvider.html b/docs/Protocols/BackgroundViewProvider.html index 3556c75..8482f0d 100644 --- a/docs/Protocols/BackgroundViewProvider.html +++ b/docs/Protocols/BackgroundViewProvider.html @@ -159,7 +159,7 @@

Declaration

@@ -189,7 +189,7 @@

Declaration

diff --git a/docs/Protocols/CellConfigType.html b/docs/Protocols/CellConfigType.html index 7fc23fd..37cb5ce 100644 --- a/docs/Protocols/CellConfigType.html +++ b/docs/Protocols/CellConfigType.html @@ -163,7 +163,7 @@

Declaration

@@ -193,7 +193,7 @@

Declaration

@@ -223,7 +223,7 @@

Declaration

@@ -284,7 +284,7 @@

Parameters

@@ -345,7 +345,7 @@

Parameters

@@ -400,7 +400,7 @@

Return Value

true when both values are the same, false otherwise.

diff --git a/docs/Protocols/FunctionalTableDataExceptionHandler.html b/docs/Protocols/FunctionalTableDataExceptionHandler.html index cc9ac0e..ab7b1d2 100644 --- a/docs/Protocols/FunctionalTableDataExceptionHandler.html +++ b/docs/Protocols/FunctionalTableDataExceptionHandler.html @@ -177,7 +177,7 @@

Parameters

diff --git a/docs/Protocols/Reusable.html b/docs/Protocols/Reusable.html index 8b24bfe..04f95c5 100644 --- a/docs/Protocols/Reusable.html +++ b/docs/Protocols/Reusable.html @@ -164,7 +164,7 @@

Declaration

diff --git a/docs/Protocols/TableSectionType.html b/docs/Protocols/TableSectionType.html index 2c94e33..7ec6c5e 100644 --- a/docs/Protocols/TableSectionType.html +++ b/docs/Protocols/TableSectionType.html @@ -157,7 +157,7 @@

Declaration

@@ -187,7 +187,7 @@

Declaration

@@ -217,7 +217,7 @@

Declaration

@@ -247,7 +247,7 @@

Declaration

@@ -277,7 +277,7 @@

Declaration

diff --git a/docs/Structs.html b/docs/Structs.html index 9f8064c..7564ad3 100644 --- a/docs/Structs.html +++ b/docs/Structs.html @@ -152,7 +152,7 @@

Declaration

@@ -189,7 +189,7 @@

Declaration

@@ -225,7 +225,7 @@

Declaration

@@ -262,7 +262,7 @@

Declaration

diff --git a/docs/Structs/CellActions.html b/docs/Structs/CellActions.html index 1b52dde..e27f1ca 100644 --- a/docs/Structs/CellActions.html +++ b/docs/Structs/CellActions.html @@ -157,7 +157,7 @@

Declaration

@@ -230,7 +230,7 @@

Parameters

@@ -265,7 +265,7 @@

Declaration

@@ -295,7 +295,7 @@

Declaration

@@ -325,7 +325,7 @@

Declaration

@@ -355,7 +355,7 @@

Declaration

@@ -385,7 +385,7 @@

Declaration

@@ -415,7 +415,7 @@

Declaration

@@ -445,7 +445,7 @@

Declaration

@@ -475,7 +475,7 @@

Declaration

diff --git a/docs/Structs/CellStyle.html b/docs/Structs/CellStyle.html index c0c06d2..48a881a 100644 --- a/docs/Structs/CellStyle.html +++ b/docs/Structs/CellStyle.html @@ -159,7 +159,7 @@

Declaration

@@ -189,7 +189,7 @@

Declaration

@@ -221,7 +221,7 @@

Declaration

@@ -253,7 +253,7 @@

Declaration

@@ -285,7 +285,7 @@

Declaration

@@ -317,7 +317,7 @@

Declaration

@@ -350,7 +350,7 @@

Declaration

@@ -380,7 +380,7 @@

Declaration

@@ -410,7 +410,7 @@

Declaration

@@ -441,7 +441,7 @@

Declaration

@@ -471,7 +471,7 @@

Declaration

@@ -501,7 +501,7 @@

Declaration

@@ -531,7 +531,7 @@

Declaration

@@ -561,7 +561,7 @@

Declaration

@@ -594,7 +594,7 @@

Declaration

diff --git a/docs/Structs/HostCell.html b/docs/Structs/HostCell.html index e0a594e..504e8d8 100644 --- a/docs/Structs/HostCell.html +++ b/docs/Structs/HostCell.html @@ -157,7 +157,7 @@

Declaration

@@ -186,7 +186,7 @@

Declaration

@@ -215,7 +215,7 @@

Declaration

@@ -245,7 +245,7 @@

Declaration

@@ -275,7 +275,7 @@

Declaration

@@ -335,7 +335,7 @@

Parameters

@@ -384,7 +384,7 @@

Parameters

@@ -449,7 +449,7 @@

Return Value

A UITableViewCell object that exists in the reusable-cell queue.

@@ -514,7 +514,7 @@

Return Value

A UICollectionViewCell object that exists in the reusable-cell queue.

@@ -554,7 +554,7 @@

Declaration

@@ -583,7 +583,7 @@

Declaration

@@ -612,7 +612,7 @@

Declaration

diff --git a/docs/Structs/TableSection.html b/docs/Structs/TableSection.html index b4bbcba..bb34516 100644 --- a/docs/Structs/TableSection.html +++ b/docs/Structs/TableSection.html @@ -158,7 +158,7 @@

Declaration

@@ -187,7 +187,7 @@

Declaration

@@ -216,7 +216,7 @@

Declaration

@@ -245,7 +245,7 @@

Declaration

@@ -275,7 +275,7 @@

Declaration

@@ -304,7 +304,7 @@

Declaration

@@ -334,7 +334,7 @@

Declaration

@@ -383,7 +383,7 @@

Parameters

@@ -412,7 +412,7 @@

Declaration

@@ -465,7 +465,7 @@

Return Value

The CellStyle of the cell merged with the style of the section.

@@ -498,7 +498,7 @@

Declaration

diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Classes.html b/docs/docsets/.docset/Contents/Resources/Documents/Classes.html index 9695889..8d37519 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Classes.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Classes.html @@ -154,7 +154,7 @@

Declaration

@@ -193,7 +193,7 @@

Declaration

@@ -230,7 +230,7 @@

Declaration

diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalCollectionData.html b/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalCollectionData.html index ad56079..9f1015a 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalCollectionData.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalCollectionData.html @@ -159,7 +159,7 @@

Declaration

@@ -193,7 +193,7 @@

Declaration

@@ -226,7 +226,7 @@

Declaration

@@ -256,7 +256,7 @@

Declaration

@@ -286,7 +286,7 @@

Declaration

@@ -316,7 +316,7 @@

Declaration

@@ -346,7 +346,7 @@

Declaration

@@ -376,7 +376,7 @@

Declaration

@@ -406,7 +406,7 @@

Declaration

@@ -436,7 +436,7 @@

Declaration

@@ -466,7 +466,7 @@

Declaration

@@ -496,7 +496,7 @@

Declaration

@@ -526,7 +526,7 @@

Declaration

@@ -557,7 +557,7 @@

Declaration

@@ -587,7 +587,7 @@

Declaration

@@ -636,7 +636,7 @@

Parameters

@@ -689,7 +689,7 @@

Return Value

A CellConfigType instance corresponding to the key path or nil if the key path is invalid.

@@ -742,7 +742,7 @@

Return Value

A KeyPath that matches the key or nil if there is no match.

@@ -798,7 +798,7 @@

Return Value

The key representation of the supplied IndexPath.

@@ -884,7 +884,7 @@

Parameters

@@ -957,7 +957,7 @@

Parameters

@@ -1042,7 +1042,7 @@

Parameters

@@ -1115,7 +1115,7 @@

Parameters

@@ -1167,7 +1167,7 @@

Return Value

The keypath of the item at the specified point, or nil if no item was found at that point.

@@ -1220,7 +1220,7 @@

Return Value

The IndexPath of the item at the provided keyPath.

@@ -1264,7 +1264,7 @@

Declaration

diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalCollectionData/KeyPath.html b/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalCollectionData/KeyPath.html index ed2e51e..a6fa7cd 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalCollectionData/KeyPath.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalCollectionData/KeyPath.html @@ -160,7 +160,7 @@

Declaration

@@ -190,7 +190,7 @@

Declaration

@@ -219,7 +219,7 @@

Declaration

diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalTableData.html b/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalTableData.html index e9d9d4c..4e54cf6 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalTableData.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalTableData.html @@ -159,7 +159,7 @@

Declaration

@@ -189,7 +189,7 @@

Declaration

@@ -223,7 +223,7 @@

Declaration

@@ -256,7 +256,7 @@

Declaration

@@ -286,7 +286,7 @@

Declaration

@@ -316,7 +316,7 @@

Declaration

@@ -346,7 +346,7 @@

Declaration

@@ -376,7 +376,7 @@

Declaration

@@ -406,7 +406,7 @@

Declaration

@@ -436,7 +436,7 @@

Declaration

@@ -466,7 +466,7 @@

Declaration

@@ -496,7 +496,7 @@

Declaration

@@ -526,7 +526,7 @@

Declaration

@@ -556,7 +556,7 @@

Declaration

@@ -587,7 +587,7 @@

Declaration

@@ -617,7 +617,7 @@

Declaration

@@ -647,7 +647,7 @@

Declaration

@@ -696,7 +696,7 @@

Parameters

@@ -749,7 +749,7 @@

Return Value

A CellConfigType instance corresponding to the key path or nil if the key path is invalid.

@@ -802,7 +802,7 @@

Return Value

A KeyPath that matches the key or nil if there is no match.

@@ -858,7 +858,7 @@

Return Value

The key representation of the supplied IndexPath.

@@ -911,7 +911,7 @@

Return Value

A rectangle defining the area in which the table view draws the row or nil if the key path is invalid.

@@ -1009,7 +1009,7 @@

Parameters

@@ -1094,7 +1094,7 @@

Parameters

@@ -1167,7 +1167,7 @@

Parameters

@@ -1240,7 +1240,7 @@

Parameters

@@ -1292,7 +1292,7 @@

Return Value

the keypath of the item at the specified point, or nil if no item was found at that point.

@@ -1336,7 +1336,7 @@

Declaration

diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalTableData/KeyPath.html b/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalTableData/KeyPath.html index 8defb62..c2c4aa1 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalTableData/KeyPath.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Classes/FunctionalTableData/KeyPath.html @@ -160,7 +160,7 @@

Declaration

@@ -190,7 +190,7 @@

Declaration

diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Classes/Separator.html b/docs/docsets/.docset/Contents/Resources/Documents/Classes/Separator.html index bd4e08e..7367865 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Classes/Separator.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Classes/Separator.html @@ -161,7 +161,7 @@

Declaration

@@ -193,7 +193,7 @@

Declaration

@@ -223,7 +223,7 @@

Declaration

diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Extensions/UICollectionView.html b/docs/docsets/.docset/Contents/Resources/Documents/Extensions/UICollectionView.html index d89eb40..f845d36 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Extensions/UICollectionView.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Extensions/UICollectionView.html @@ -158,7 +158,7 @@

Declaration

@@ -207,7 +207,7 @@

Parameters

@@ -260,7 +260,7 @@

Return Value

The IndexPath of the view in the UICollectionView or nil if it could not be found.

diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Extensions/UITableView.html b/docs/docsets/.docset/Contents/Resources/Documents/Extensions/UITableView.html index 049dd10..6bfc562 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Extensions/UITableView.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Extensions/UITableView.html @@ -158,7 +158,7 @@

Declaration

@@ -207,7 +207,7 @@

Parameters

@@ -260,7 +260,7 @@

Return Value

The IndexPath of the view in the UITableView or nil if it could not be found.

diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Extensions/UIView.html b/docs/docsets/.docset/Contents/Resources/Documents/Extensions/UIView.html index 4edc79b..439e24c 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Extensions/UIView.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Extensions/UIView.html @@ -187,7 +187,7 @@

Parameters

@@ -248,7 +248,7 @@

Parameters

@@ -297,7 +297,7 @@

Parameters

diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Protocols.html b/docs/docsets/.docset/Contents/Resources/Documents/Protocols.html index 86d4bcd..8fb4dfb 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Protocols.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Protocols.html @@ -153,7 +153,7 @@

Declaration

@@ -194,7 +194,7 @@

Declaration

@@ -229,7 +229,7 @@

Declaration

@@ -264,7 +264,7 @@

Declaration

@@ -299,7 +299,7 @@

Declaration

diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Protocols/BackgroundViewProvider.html b/docs/docsets/.docset/Contents/Resources/Documents/Protocols/BackgroundViewProvider.html index 3556c75..8482f0d 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Protocols/BackgroundViewProvider.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Protocols/BackgroundViewProvider.html @@ -159,7 +159,7 @@

Declaration

@@ -189,7 +189,7 @@

Declaration

diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Protocols/CellConfigType.html b/docs/docsets/.docset/Contents/Resources/Documents/Protocols/CellConfigType.html index 7fc23fd..37cb5ce 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Protocols/CellConfigType.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Protocols/CellConfigType.html @@ -163,7 +163,7 @@

Declaration

@@ -193,7 +193,7 @@

Declaration

@@ -223,7 +223,7 @@

Declaration

@@ -284,7 +284,7 @@

Parameters

@@ -345,7 +345,7 @@

Parameters

@@ -400,7 +400,7 @@

Return Value

true when both values are the same, false otherwise.

diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Protocols/FunctionalTableDataExceptionHandler.html b/docs/docsets/.docset/Contents/Resources/Documents/Protocols/FunctionalTableDataExceptionHandler.html index cc9ac0e..ab7b1d2 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Protocols/FunctionalTableDataExceptionHandler.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Protocols/FunctionalTableDataExceptionHandler.html @@ -177,7 +177,7 @@

Parameters

diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Protocols/Reusable.html b/docs/docsets/.docset/Contents/Resources/Documents/Protocols/Reusable.html index 8b24bfe..04f95c5 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Protocols/Reusable.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Protocols/Reusable.html @@ -164,7 +164,7 @@

Declaration

diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Protocols/TableSectionType.html b/docs/docsets/.docset/Contents/Resources/Documents/Protocols/TableSectionType.html index 2c94e33..7ec6c5e 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Protocols/TableSectionType.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Protocols/TableSectionType.html @@ -157,7 +157,7 @@

Declaration

@@ -187,7 +187,7 @@

Declaration

@@ -217,7 +217,7 @@

Declaration

@@ -247,7 +247,7 @@

Declaration

@@ -277,7 +277,7 @@

Declaration

diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Structs.html b/docs/docsets/.docset/Contents/Resources/Documents/Structs.html index 9f8064c..7564ad3 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Structs.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Structs.html @@ -152,7 +152,7 @@

Declaration

@@ -189,7 +189,7 @@

Declaration

@@ -225,7 +225,7 @@

Declaration

@@ -262,7 +262,7 @@

Declaration

diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Structs/CellActions.html b/docs/docsets/.docset/Contents/Resources/Documents/Structs/CellActions.html index 1b52dde..e27f1ca 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Structs/CellActions.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Structs/CellActions.html @@ -157,7 +157,7 @@

Declaration

@@ -230,7 +230,7 @@

Parameters

@@ -265,7 +265,7 @@

Declaration

@@ -295,7 +295,7 @@

Declaration

@@ -325,7 +325,7 @@

Declaration

@@ -355,7 +355,7 @@

Declaration

@@ -385,7 +385,7 @@

Declaration

@@ -415,7 +415,7 @@

Declaration

@@ -445,7 +445,7 @@

Declaration

@@ -475,7 +475,7 @@

Declaration

diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Structs/CellStyle.html b/docs/docsets/.docset/Contents/Resources/Documents/Structs/CellStyle.html index c0c06d2..48a881a 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Structs/CellStyle.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Structs/CellStyle.html @@ -159,7 +159,7 @@

Declaration

@@ -189,7 +189,7 @@

Declaration

@@ -221,7 +221,7 @@

Declaration

@@ -253,7 +253,7 @@

Declaration

@@ -285,7 +285,7 @@

Declaration

@@ -317,7 +317,7 @@

Declaration

@@ -350,7 +350,7 @@

Declaration

@@ -380,7 +380,7 @@

Declaration

@@ -410,7 +410,7 @@

Declaration

@@ -441,7 +441,7 @@

Declaration

@@ -471,7 +471,7 @@

Declaration

@@ -501,7 +501,7 @@

Declaration

@@ -531,7 +531,7 @@

Declaration

@@ -561,7 +561,7 @@

Declaration

@@ -594,7 +594,7 @@

Declaration

diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Structs/HostCell.html b/docs/docsets/.docset/Contents/Resources/Documents/Structs/HostCell.html index e0a594e..504e8d8 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Structs/HostCell.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Structs/HostCell.html @@ -157,7 +157,7 @@

Declaration

@@ -186,7 +186,7 @@

Declaration

@@ -215,7 +215,7 @@

Declaration

@@ -245,7 +245,7 @@

Declaration

@@ -275,7 +275,7 @@

Declaration

@@ -335,7 +335,7 @@

Parameters

@@ -384,7 +384,7 @@

Parameters

@@ -449,7 +449,7 @@

Return Value

A UITableViewCell object that exists in the reusable-cell queue.

@@ -514,7 +514,7 @@

Return Value

A UICollectionViewCell object that exists in the reusable-cell queue.

@@ -554,7 +554,7 @@

Declaration

@@ -583,7 +583,7 @@

Declaration

@@ -612,7 +612,7 @@

Declaration

diff --git a/docs/docsets/.docset/Contents/Resources/Documents/Structs/TableSection.html b/docs/docsets/.docset/Contents/Resources/Documents/Structs/TableSection.html index b4bbcba..bb34516 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/Structs/TableSection.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/Structs/TableSection.html @@ -158,7 +158,7 @@

Declaration

@@ -187,7 +187,7 @@

Declaration

@@ -216,7 +216,7 @@

Declaration

@@ -245,7 +245,7 @@

Declaration

@@ -275,7 +275,7 @@

Declaration

@@ -304,7 +304,7 @@

Declaration

@@ -334,7 +334,7 @@

Declaration

@@ -383,7 +383,7 @@

Parameters

@@ -412,7 +412,7 @@

Declaration

@@ -465,7 +465,7 @@

Return Value

The CellStyle of the cell merged with the style of the section.

@@ -498,7 +498,7 @@

Declaration

diff --git a/docs/docsets/.docset/Contents/Resources/Documents/index.html b/docs/docsets/.docset/Contents/Resources/Documents/index.html index b3529b7..df877ec 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/index.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/index.html @@ -175,7 +175,7 @@

Getting started

For more information, read our documentation.

Usage

-

Check out the demo app for a fully interactive example.

+

Check out the demo app for a fully interactive example.

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.

@@ -207,7 +207,7 @@

Usage

-

Check out the demo app for a fully interactive example.

+

Check out the demo app for a fully interactive example.

Building new Cells

Knowing that a cell consists of a view and state let’s start with a simple example, a cell that displays a label. By specifying the generic requirements of HostCell, the simplest possible example is one that takes an UILabel as its view, a String as its state and LayoutMarginsTableItemLayout as the layout (See TableItemLayout for more info).

diff --git a/docs/index.html b/docs/index.html index b3529b7..df877ec 100644 --- a/docs/index.html +++ b/docs/index.html @@ -175,7 +175,7 @@

Getting started

For more information, read our documentation.

Usage

-

Check out the demo app for a fully interactive example.

+

Check out the demo app for a fully interactive example.

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.

@@ -207,7 +207,7 @@

Usage

-

Check out the demo app for a fully interactive example.

+

Check out the demo app for a fully interactive example.

Building new Cells

Knowing that a cell consists of a view and state let’s start with a simple example, a cell that displays a label. By specifying the generic requirements of HostCell, the simplest possible example is one that takes an UILabel as its view, a String as its state and LayoutMarginsTableItemLayout as the layout (See TableItemLayout for more info).

From e75d3aa192e3ed3732f0e643b9ba96e4377c639b Mon Sep 17 00:00:00 2001 From: Caio Lima Date: Mon, 8 Apr 2024 18:18:55 -0400 Subject: [PATCH 3/3] Remove old references to the Demo app --- docs/docsets/.docset/Contents/Resources/Documents/index.html | 3 --- docs/index.html | 3 --- 2 files changed, 6 deletions(-) diff --git a/docs/docsets/.docset/Contents/Resources/Documents/index.html b/docs/docsets/.docset/Contents/Resources/Documents/index.html index df877ec..d084dd2 100644 --- a/docs/docsets/.docset/Contents/Resources/Documents/index.html +++ b/docs/docsets/.docset/Contents/Resources/Documents/index.html @@ -175,8 +175,6 @@

Getting started

For more information, read our documentation.

Usage

-

Check out the demo app for a fully interactive example.

-

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.

The FunctionalTableData 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.

@@ -207,7 +205,6 @@

Usage

-

Check out the demo app for a fully interactive example.

Building new Cells

Knowing that a cell consists of a view and state let’s start with a simple example, a cell that displays a label. By specifying the generic requirements of HostCell, the simplest possible example is one that takes an UILabel as its view, a String as its state and LayoutMarginsTableItemLayout as the layout (See TableItemLayout for more info).

diff --git a/docs/index.html b/docs/index.html index df877ec..d084dd2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -175,8 +175,6 @@

Getting started

For more information, read our documentation.

Usage

-

Check out the demo app for a fully interactive example.

-

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.

The FunctionalTableData 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.

@@ -207,7 +205,6 @@

Usage

-

Check out the demo app for a fully interactive example.

Building new Cells

Knowing that a cell consists of a view and state let’s start with a simple example, a cell that displays a label. By specifying the generic requirements of HostCell, the simplest possible example is one that takes an UILabel as its view, a String as its state and LayoutMarginsTableItemLayout as the layout (See TableItemLayout for more info).