diff --git a/Gemfile b/Gemfile index b996299..605a9fe 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source "https://rubygems.org" -gem 'cocoapods', '1.7.2' +gem 'cocoapods', '1.7.5' gem 'jazzy', '0.9.4' diff --git a/Gemfile.lock b/Gemfile.lock index 05bee78..0f6f1b7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,18 +1,18 @@ GEM remote: https://rubygems.org/ specs: - CFPropertyList (3.0.0) + CFPropertyList (3.0.1) activesupport (4.2.11.1) i18n (~> 0.7) minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) atomos (0.1.3) - claide (1.0.2) - cocoapods (1.7.2) + claide (1.0.3) + cocoapods (1.7.5) activesupport (>= 4.0.2, < 5) claide (>= 1.0.2, < 2.0) - cocoapods-core (= 1.7.2) + cocoapods-core (= 1.7.5) cocoapods-deintegrate (>= 1.0.3, < 2.0) cocoapods-downloader (>= 1.2.2, < 2.0) cocoapods-plugins (>= 1.0.0, < 2.0) @@ -28,7 +28,7 @@ GEM nap (~> 1.0) ruby-macho (~> 1.4) xcodeproj (>= 1.10.0, < 2.0) - cocoapods-core (1.7.2) + cocoapods-core (1.7.5) activesupport (>= 4.0.2, < 6) fuzzy_match (~> 2.0.4) nap (~> 1.0) @@ -38,7 +38,7 @@ GEM nap cocoapods-search (1.0.0) cocoapods-stats (1.1.0) - cocoapods-trunk (1.3.1) + cocoapods-trunk (1.4.0) nap (>= 0.8, < 2.0) netrc (~> 0.11) cocoapods-try (1.1.0) @@ -46,7 +46,7 @@ GEM concurrent-ruby (1.1.5) escape (0.0.4) ffi (1.11.1) - fourflusher (2.3.0) + fourflusher (2.3.1) fuzzy_match (2.0.4) gh_inspector (1.1.3) i18n (0.9.5) @@ -85,7 +85,7 @@ GEM thread_safe (~> 0.1) xcinvoke (0.3.0) liferaft (~> 0.0.6) - xcodeproj (1.10.0) + xcodeproj (1.12.0) CFPropertyList (>= 2.3.3, < 4.0) atomos (~> 0.1.3) claide (>= 1.0.2, < 2.0) @@ -96,7 +96,7 @@ PLATFORMS ruby DEPENDENCIES - cocoapods (= 1.7.2) + cocoapods (= 1.7.5) jazzy (= 0.9.4) BUNDLED WITH diff --git a/docs/Classes/CollectionViewDiffableDataSource.html b/docs/Classes/CollectionViewDiffableDataSource.html index a1c33d6..ed97757 100644 --- a/docs/Classes/CollectionViewDiffableDataSource.html +++ b/docs/Classes/CollectionViewDiffableDataSource.html @@ -65,7 +65,7 @@ Snapshot @@ -235,9 +235,9 @@ changes with automatic diffing.

  • - + - apply(_:animatingDifferences:) + apply(_:animatingDifferences:)
    @@ -252,7 +252,7 @@ changes with automatic diffing.

    Declaration

    Swift

    -
    public func apply(_ snapshot: DiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>, animatingDifferences: Bool = true)
    +
    public func apply(_ snapshot: DiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>, animatingDifferences: Bool = true)
    @@ -294,9 +294,9 @@ changes with automatic diffing.

  • - + - snapshot() + snapshot()
    @@ -311,7 +311,7 @@ changes with automatic diffing.

    Declaration

    Swift

    -
    public func snapshot() -> DiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>
    +
    public func snapshot() -> DiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>
    @@ -678,7 +678,7 @@ changes with automatic diffing.

    diff --git a/docs/Classes/TableViewDiffableDataSource.html b/docs/Classes/TableViewDiffableDataSource.html index 61e54bd..5e4b5d5 100644 --- a/docs/Classes/TableViewDiffableDataSource.html +++ b/docs/Classes/TableViewDiffableDataSource.html @@ -65,7 +65,7 @@ Snapshot
  • @@ -208,9 +208,9 @@ changes with automatic diffing.

  • - + - apply(_:animatingDifferences:) + apply(_:animatingDifferences:)
    @@ -225,7 +225,7 @@ changes with automatic diffing.

    Declaration

    Swift

    -
    public func apply(_ snapshot: DiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>, animatingDifferences: Bool = true)
    +
    public func apply(_ snapshot: DiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>, animatingDifferences: Bool = true)
    @@ -267,9 +267,9 @@ changes with automatic diffing.

  • - + - snapshot() + snapshot()
    @@ -284,7 +284,7 @@ changes with automatic diffing.

    Declaration

    Swift

    -
    public func snapshot() -> DiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>
    +
    public func snapshot() -> DiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>
    @@ -577,7 +577,7 @@ changes with automatic diffing.

    diff --git a/docs/DataSources.html b/docs/DataSources.html index 1ac2556..c9a9888 100644 --- a/docs/DataSources.html +++ b/docs/DataSources.html @@ -65,7 +65,7 @@ Snapshot
  • @@ -156,7 +156,7 @@ changes with automatic diffing.

    diff --git a/docs/Snapshot.html b/docs/Snapshot.html index 2fa5584..e0482b0 100644 --- a/docs/Snapshot.html +++ b/docs/Snapshot.html @@ -65,7 +65,7 @@ Snapshot @@ -87,9 +87,9 @@
  • - - - DiffableDataSourceSnapshot + + + DiffableDataSourceSnapshot
    @@ -100,13 +100,13 @@

    A class for backporting NSDiffableDataSourceSnapshot introduced in iOS 13.0+, macOS 10.15+, tvOS 13.0+. Represents the mutable state of diffable data source of UI.

    - See more + See more

    Declaration

    Swift

    -
    public class DiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType> where SectionIdentifierType : Hashable, ItemIdentifierType : Hashable
    +
    public struct DiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType> where SectionIdentifierType : Hashable, ItemIdentifierType : Hashable
    @@ -121,7 +121,7 @@ Represents the mutable state of diffable data source of UI.

    diff --git a/docs/Classes/DiffableDataSourceSnapshot.html b/docs/Structs/DiffableDataSourceSnapshot.html similarity index 84% rename from docs/Classes/DiffableDataSourceSnapshot.html rename to docs/Structs/DiffableDataSourceSnapshot.html index 6a726ec..c923f50 100644 --- a/docs/Classes/DiffableDataSourceSnapshot.html +++ b/docs/Structs/DiffableDataSourceSnapshot.html @@ -1,7 +1,7 @@ - DiffableDataSourceSnapshot Class Reference + DiffableDataSourceSnapshot Structure Reference @@ -14,9 +14,9 @@ - + - +

    @@ -44,7 +44,7 @@

  • @@ -78,7 +78,7 @@

    DiffableDataSourceSnapshot

    -
    public class DiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType> where SectionIdentifierType : Hashable, ItemIdentifierType : Hashable
    +
    public struct DiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType> where SectionIdentifierType : Hashable, ItemIdentifierType : Hashable
    @@ -95,9 +95,9 @@ Represents the mutable state of diffable data source of UI.

  • - + - init() + init()
    @@ -122,9 +122,9 @@ Represents the mutable state of diffable data source of UI.

  • - + - numberOfItems + numberOfItems
    @@ -149,9 +149,9 @@ Represents the mutable state of diffable data source of UI.

  • - + - numberOfSections + numberOfSections
    @@ -176,9 +176,9 @@ Represents the mutable state of diffable data source of UI.

  • - + - sectionIdentifiers + sectionIdentifiers
    @@ -203,9 +203,9 @@ Represents the mutable state of diffable data source of UI.

  • - + - itemIdentifiers + itemIdentifiers
    @@ -230,9 +230,9 @@ Represents the mutable state of diffable data source of UI.

  • - + - numberOfItems(inSection:) + numberOfItems(inSection:)
    @@ -280,9 +280,9 @@ Represents the mutable state of diffable data source of UI.

  • - + - itemIdentifiers(inSection:) + itemIdentifiers(inSection:)
    @@ -330,9 +330,9 @@ Represents the mutable state of diffable data source of UI.

  • - + - sectionIdentifier(containingItem:) + sectionIdentifier(containingItem:)
    @@ -380,9 +380,9 @@ Represents the mutable state of diffable data source of UI.

  • - + - indexOfItem(_:) + indexOfItem(_:)
    @@ -430,9 +430,9 @@ Represents the mutable state of diffable data source of UI.

  • - + - indexOfSection(_:) + indexOfSection(_:)
    @@ -480,9 +480,9 @@ Represents the mutable state of diffable data source of UI.

  • - + - appendItems(_:toSection:) + appendItems(_:toSection:)
    @@ -497,7 +497,7 @@ Represents the mutable state of diffable data source of UI.

    Declaration

    Swift

    -
    public func appendItems(_ identifiers: [ItemIdentifierType], toSection sectionIdentifier: SectionIdentifierType? = nil)
    +
    public mutating func appendItems(_ identifiers: [ItemIdentifierType], toSection sectionIdentifier: SectionIdentifierType? = nil)
    @@ -538,9 +538,9 @@ Represents the mutable state of diffable data source of UI.

  • - + - insertItems(_:beforeItem:) + insertItems(_:beforeItem:)
    @@ -555,7 +555,7 @@ Represents the mutable state of diffable data source of UI.

    Declaration

    Swift

    -
    public func insertItems(_ identifiers: [ItemIdentifierType], beforeItem beforeIdentifier: ItemIdentifierType)
    +
    public mutating func insertItems(_ identifiers: [ItemIdentifierType], beforeItem beforeIdentifier: ItemIdentifierType)
    @@ -596,9 +596,9 @@ Represents the mutable state of diffable data source of UI.

  • - + - insertItems(_:afterItem:) + insertItems(_:afterItem:)
    @@ -613,7 +613,7 @@ Represents the mutable state of diffable data source of UI.

    Declaration

    Swift

    -
    public func insertItems(_ identifiers: [ItemIdentifierType], afterItem afterIdentifier: ItemIdentifierType)
    +
    public mutating func insertItems(_ identifiers: [ItemIdentifierType], afterItem afterIdentifier: ItemIdentifierType)
    @@ -654,9 +654,9 @@ Represents the mutable state of diffable data source of UI.

  • - + - deleteItems(_:) + deleteItems(_:)
    @@ -671,7 +671,7 @@ Represents the mutable state of diffable data source of UI.

    Declaration

    Swift

    -
    public func deleteItems(_ identifiers: [ItemIdentifierType])
    +
    public mutating func deleteItems(_ identifiers: [ItemIdentifierType])
    @@ -700,9 +700,9 @@ Represents the mutable state of diffable data source of UI.

  • - + - deleteAllItems() + deleteAllItems()
    @@ -717,7 +717,7 @@ Represents the mutable state of diffable data source of UI.

    Declaration

    Swift

    -
    public func deleteAllItems()
    +
    public mutating func deleteAllItems()
    @@ -727,9 +727,9 @@ Represents the mutable state of diffable data source of UI.

  • - + - moveItem(_:beforeItem:) + moveItem(_:beforeItem:)
    @@ -744,7 +744,7 @@ Represents the mutable state of diffable data source of UI.

    Declaration

    Swift

    -
    public func moveItem(_ identifier: ItemIdentifierType, beforeItem toIdentifier: ItemIdentifierType)
    +
    public mutating func moveItem(_ identifier: ItemIdentifierType, beforeItem toIdentifier: ItemIdentifierType)
    @@ -785,9 +785,9 @@ Represents the mutable state of diffable data source of UI.

  • - + - moveItem(_:afterItem:) + moveItem(_:afterItem:)
    @@ -802,7 +802,7 @@ Represents the mutable state of diffable data source of UI.

    Declaration

    Swift

    -
    public func moveItem(_ identifier: ItemIdentifierType, afterItem toIdentifier: ItemIdentifierType)
    +
    public mutating func moveItem(_ identifier: ItemIdentifierType, afterItem toIdentifier: ItemIdentifierType)
    @@ -843,9 +843,9 @@ Represents the mutable state of diffable data source of UI.

  • - + - reloadItems(_:) + reloadItems(_:)
    @@ -860,7 +860,7 @@ Represents the mutable state of diffable data source of UI.

    Declaration

    Swift

    -
    public func reloadItems(_ identifiers: [ItemIdentifierType])
    +
    public mutating func reloadItems(_ identifiers: [ItemIdentifierType])
    @@ -889,9 +889,9 @@ Represents the mutable state of diffable data source of UI.

  • - + - appendSections(_:) + appendSections(_:)
    @@ -906,7 +906,7 @@ Represents the mutable state of diffable data source of UI.

    Declaration

    Swift

    -
    public func appendSections(_ identifiers: [SectionIdentifierType])
    +
    public mutating func appendSections(_ identifiers: [SectionIdentifierType])
    @@ -935,9 +935,9 @@ Represents the mutable state of diffable data source of UI.

  • - + - insertSections(_:beforeSection:) + insertSections(_:beforeSection:)
    @@ -952,7 +952,7 @@ Represents the mutable state of diffable data source of UI.

    Declaration

    Swift

    -
    public func insertSections(_ identifiers: [SectionIdentifierType], beforeSection toIdentifier: SectionIdentifierType)
    +
    public mutating func insertSections(_ identifiers: [SectionIdentifierType], beforeSection toIdentifier: SectionIdentifierType)
    @@ -993,9 +993,9 @@ Represents the mutable state of diffable data source of UI.

  • - + - insertSections(_:afterSection:) + insertSections(_:afterSection:)
    @@ -1010,7 +1010,7 @@ Represents the mutable state of diffable data source of UI.

    Declaration

    Swift

    -
    public func insertSections(_ identifiers: [SectionIdentifierType], afterSection toIdentifier: SectionIdentifierType)
    +
    public mutating func insertSections(_ identifiers: [SectionIdentifierType], afterSection toIdentifier: SectionIdentifierType)
    @@ -1051,9 +1051,9 @@ Represents the mutable state of diffable data source of UI.

  • - + - deleteSections(_:) + deleteSections(_:)
    @@ -1068,7 +1068,7 @@ Represents the mutable state of diffable data source of UI.

    Declaration

    Swift

    -
    public func deleteSections(_ identifiers: [SectionIdentifierType])
    +
    public mutating func deleteSections(_ identifiers: [SectionIdentifierType])
    @@ -1097,9 +1097,9 @@ Represents the mutable state of diffable data source of UI.

  • - + - moveSection(_:beforeSection:) + moveSection(_:beforeSection:)
    @@ -1114,7 +1114,7 @@ Represents the mutable state of diffable data source of UI.

    Declaration

    Swift

    -
    public func moveSection(_ identifier: SectionIdentifierType, beforeSection toIdentifier: SectionIdentifierType)
    +
    public mutating func moveSection(_ identifier: SectionIdentifierType, beforeSection toIdentifier: SectionIdentifierType)
    @@ -1155,9 +1155,9 @@ Represents the mutable state of diffable data source of UI.

  • - + - moveSection(_:afterSection:) + moveSection(_:afterSection:)
    @@ -1172,7 +1172,7 @@ Represents the mutable state of diffable data source of UI.

    Declaration

    Swift

    -
    public func moveSection(_ identifier: SectionIdentifierType, afterSection toIdentifier: SectionIdentifierType)
    +
    public mutating func moveSection(_ identifier: SectionIdentifierType, afterSection toIdentifier: SectionIdentifierType)
    @@ -1213,9 +1213,9 @@ Represents the mutable state of diffable data source of UI.

  • - + - reloadSections(_:) + reloadSections(_:)
    @@ -1230,7 +1230,7 @@ Represents the mutable state of diffable data source of UI.

    Declaration

    Swift

    -
    public func reloadSections(_ identifiers: [SectionIdentifierType])
    +
    public mutating func reloadSections(_ identifiers: [SectionIdentifierType])
    @@ -1264,7 +1264,7 @@ Represents the mutable state of diffable data source of UI.

    diff --git a/docs/index.html b/docs/index.html index 70fb22c..556b184 100644 --- a/docs/index.html +++ b/docs/index.html @@ -64,7 +64,7 @@ Snapshot
  • @@ -207,7 +207,7 @@ You should dequeue the non nil cells via closure.

    } -

    Manages and updates the data sources intuitively by intermediating DiffableDataSourceSnapshot.
    +

    Manages and updates the data sources intuitively by intermediating DiffableDataSourceSnapshot.
    The UI isn’t updated until you apply the edited snapshot object.
    Update the UI with diffing animation automatically calculated by applying an edited snapshot.

    let users = [
    @@ -285,7 +285,7 @@ Please see the 
    -      

    © 2019 Ryo Aoyama. All rights reserved. (Last updated: 2019-06-24)

    +

    © 2019 Ryo Aoyama. All rights reserved. (Last updated: 2019-09-02)

    Generated by jazzy ♪♫ v0.9.4, a Realm project.

    diff --git a/docs/search.json b/docs/search.json index 1365d01..bdf7edd 100644 --- a/docs/search.json +++ b/docs/search.json @@ -1 +1 @@ -{"Classes/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotCACyxq_Gycfc":{"name":"init()","abstract":"

    Creates a new empty snapshot object.

    ","parent_name":"DiffableDataSourceSnapshot"},"Classes/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotC13numberOfItemsSivp":{"name":"numberOfItems","abstract":"

    The number of item identifiers in the snapshot.

    ","parent_name":"DiffableDataSourceSnapshot"},"Classes/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotC16numberOfSectionsSivp":{"name":"numberOfSections","abstract":"

    The number of section identifiers in the snapshot.

    ","parent_name":"DiffableDataSourceSnapshot"},"Classes/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotC18sectionIdentifiersSayxGvp":{"name":"sectionIdentifiers","abstract":"

    All section identifiers in the snapshot.

    ","parent_name":"DiffableDataSourceSnapshot"},"Classes/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotC15itemIdentifiersSayq_Gvp":{"name":"itemIdentifiers","abstract":"

    All item identifiers in the snapshot.

    ","parent_name":"DiffableDataSourceSnapshot"},"Classes/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotC13numberOfItems9inSectionSix_tF":{"name":"numberOfItems(inSection:)","abstract":"

    Returns the number of item identifiers in the specified section.

    ","parent_name":"DiffableDataSourceSnapshot"},"Classes/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotC15itemIdentifiers9inSectionSayq_Gx_tF":{"name":"itemIdentifiers(inSection:)","abstract":"

    Returns the item identifiers in the specified section.

    ","parent_name":"DiffableDataSourceSnapshot"},"Classes/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotC17sectionIdentifier14containingItemxSgq__tF":{"name":"sectionIdentifier(containingItem:)","abstract":"

    Returns a section identifier containing the specified item.

    ","parent_name":"DiffableDataSourceSnapshot"},"Classes/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotC11indexOfItemySiSgq_F":{"name":"indexOfItem(_:)","abstract":"

    Returns an index of the specified item.

    ","parent_name":"DiffableDataSourceSnapshot"},"Classes/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotC14indexOfSectionySiSgxF":{"name":"indexOfSection(_:)","abstract":"

    Returns an index of the specified section.

    ","parent_name":"DiffableDataSourceSnapshot"},"Classes/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotC11appendItems_9toSectionySayq_G_xSgtF":{"name":"appendItems(_:toSection:)","abstract":"

    Appends the given item identifiers to the specified section or last section.

    ","parent_name":"DiffableDataSourceSnapshot"},"Classes/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotC11insertItems_10beforeItemySayq_G_q_tF":{"name":"insertItems(_:beforeItem:)","abstract":"

    Inserts the given item identifiers before the specified item.

    ","parent_name":"DiffableDataSourceSnapshot"},"Classes/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotC11insertItems_9afterItemySayq_G_q_tF":{"name":"insertItems(_:afterItem:)","abstract":"

    Inserts the given item identifiers after the specified item.

    ","parent_name":"DiffableDataSourceSnapshot"},"Classes/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotC11deleteItemsyySayq_GF":{"name":"deleteItems(_:)","abstract":"

    Deletes the specified items.

    ","parent_name":"DiffableDataSourceSnapshot"},"Classes/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotC14deleteAllItemsyyF":{"name":"deleteAllItems()","abstract":"

    Deletes the all items in the snapshot.

    ","parent_name":"DiffableDataSourceSnapshot"},"Classes/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotC8moveItem_06beforeG0yq__q_tF":{"name":"moveItem(_:beforeItem:)","abstract":"

    Moves the given item identifier before the specified item.

    ","parent_name":"DiffableDataSourceSnapshot"},"Classes/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotC8moveItem_05afterG0yq__q_tF":{"name":"moveItem(_:afterItem:)","abstract":"

    Moves the given item identifier after the specified item.

    ","parent_name":"DiffableDataSourceSnapshot"},"Classes/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotC11reloadItemsyySayq_GF":{"name":"reloadItems(_:)","abstract":"

    Reloads the specified items.

    ","parent_name":"DiffableDataSourceSnapshot"},"Classes/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotC14appendSectionsyySayxGF":{"name":"appendSections(_:)","abstract":"

    Appends the given section identifiers to the end of sections.

    ","parent_name":"DiffableDataSourceSnapshot"},"Classes/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotC14insertSections_13beforeSectionySayxG_xtF":{"name":"insertSections(_:beforeSection:)","abstract":"

    Inserts the given section identifiers before the specified section.

    ","parent_name":"DiffableDataSourceSnapshot"},"Classes/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotC14insertSections_12afterSectionySayxG_xtF":{"name":"insertSections(_:afterSection:)","abstract":"

    Inserts the given section identifiers after the specified section.

    ","parent_name":"DiffableDataSourceSnapshot"},"Classes/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotC14deleteSectionsyySayxGF":{"name":"deleteSections(_:)","abstract":"

    Deletes the specified sections.

    ","parent_name":"DiffableDataSourceSnapshot"},"Classes/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotC11moveSection_06beforeG0yx_xtF":{"name":"moveSection(_:beforeSection:)","abstract":"

    Moves the given section identifier before the specified section.

    ","parent_name":"DiffableDataSourceSnapshot"},"Classes/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotC11moveSection_05afterG0yx_xtF":{"name":"moveSection(_:afterSection:)","abstract":"

    Moves the given section identifier after the specified section.

    ","parent_name":"DiffableDataSourceSnapshot"},"Classes/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotC14reloadSectionsyySayxGF":{"name":"reloadSections(_:)","abstract":"

    Reloads the specified sections.

    ","parent_name":"DiffableDataSourceSnapshot"},"Classes/DiffableDataSourceSnapshot.html":{"name":"DiffableDataSourceSnapshot","abstract":"

    A class for backporting NSDiffableDataSourceSnapshot introduced in iOS 13.0+, macOS 10.15+, tvOS 13.0+."},"Classes/CollectionViewDiffableDataSource.html#/s:19DiffableDataSources014CollectionViewaB6SourceC12CellProvidera":{"name":"CellProvider","abstract":"

    The type of closure providing the cell.

    ","parent_name":"CollectionViewDiffableDataSource"},"Classes/CollectionViewDiffableDataSource.html#/s:19DiffableDataSources014CollectionViewaB6SourceC013SupplementaryE8Providera":{"name":"SupplementaryViewProvider","abstract":"

    The type of closure providing the supplementary view for element of kind.

    ","parent_name":"CollectionViewDiffableDataSource"},"Classes/CollectionViewDiffableDataSource.html#/s:19DiffableDataSources014CollectionViewaB6SourceC013supplementaryE8ProviderSo020UICollectionReusableE0CSgSo0iE0C_SS10Foundation9IndexPathVtcSgvp":{"name":"supplementaryViewProvider","abstract":"

    A closure to dequeue the views for element of kind.

    ","parent_name":"CollectionViewDiffableDataSource"},"Classes/CollectionViewDiffableDataSource.html#/s:19DiffableDataSources014CollectionViewaB6SourceC010collectionE012cellProviderACyxq_GSo012UICollectionE0C_So0jE4CellCSgAH_10Foundation9IndexPathVq_tctcfc":{"name":"init(collectionView:cellProvider:)","abstract":"

    Creates a new data source.

    ","parent_name":"CollectionViewDiffableDataSource"},"Classes/CollectionViewDiffableDataSource.html#/s:19DiffableDataSources014CollectionViewaB6SourceC5apply_20animatingDifferencesyAA0abF8SnapshotCyxq_G_SbtF":{"name":"apply(_:animatingDifferences:)","abstract":"

    Applies given snapshot to perform automatic diffing update.

    ","parent_name":"CollectionViewDiffableDataSource"},"Classes/CollectionViewDiffableDataSource.html#/s:19DiffableDataSources014CollectionViewaB6SourceC8snapshotAA0abF8SnapshotCyxq_GyF":{"name":"snapshot()","abstract":"

    Returns a new snapshot object of current state.

    ","parent_name":"CollectionViewDiffableDataSource"},"Classes/CollectionViewDiffableDataSource.html#/s:19DiffableDataSources014CollectionViewaB6SourceC14itemIdentifier3forq_Sg10Foundation9IndexPathV_tF":{"name":"itemIdentifier(for:)","abstract":"

    Returns an item identifier for given index path.

    ","parent_name":"CollectionViewDiffableDataSource"},"Classes/CollectionViewDiffableDataSource.html#/s:19DiffableDataSources014CollectionViewaB6SourceC9indexPath3for10Foundation05IndexH0VSgq__tF":{"name":"indexPath(for:)","abstract":"

    Returns an index path for given item identifier.

    ","parent_name":"CollectionViewDiffableDataSource"},"Classes/CollectionViewDiffableDataSource.html#/s:19DiffableDataSources014CollectionViewaB6SourceC16numberOfSections2inSiSo012UICollectionE0C_tF":{"name":"numberOfSections(in:)","abstract":"

    Returns the number of sections in the data source.

    ","parent_name":"CollectionViewDiffableDataSource"},"Classes/CollectionViewDiffableDataSource.html#/s:19DiffableDataSources014CollectionViewaB6SourceC010collectionE0_22numberOfItemsInSectionSiSo012UICollectionE0C_SitF":{"name":"collectionView(_:numberOfItemsInSection:)","abstract":"

    Returns the number of items in the specified section.

    ","parent_name":"CollectionViewDiffableDataSource"},"Classes/CollectionViewDiffableDataSource.html#/s:19DiffableDataSources014CollectionViewaB6SourceC010collectionE0_13cellForItemAtSo012UICollectionE4CellCSo0lE0C_10Foundation9IndexPathVtF":{"name":"collectionView(_:cellForItemAt:)","abstract":"

    Returns a cell for item at specified index path.

    ","parent_name":"CollectionViewDiffableDataSource"},"Classes/CollectionViewDiffableDataSource.html#/s:19DiffableDataSources014CollectionViewaB6SourceC010collectionE0_33viewForSupplementaryElementOfKind2atSo020UICollectionReusableE0CSo0oE0C_SS10Foundation9IndexPathVtF":{"name":"collectionView(_:viewForSupplementaryElementOfKind:at:)","abstract":"

    Returns a supplementary view for element of kind at specified index path.

    ","parent_name":"CollectionViewDiffableDataSource"},"Classes/TableViewDiffableDataSource.html#/s:19DiffableDataSources09TableViewaB6SourceC12CellProvidera":{"name":"CellProvider","abstract":"

    The type of closure providing the cell.

    ","parent_name":"TableViewDiffableDataSource"},"Classes/TableViewDiffableDataSource.html#/s:19DiffableDataSources09TableViewaB6SourceC19defaultRowAnimationSo07UITableehI0Vvp":{"name":"defaultRowAnimation","abstract":"

    The default animation to updating the views.

    ","parent_name":"TableViewDiffableDataSource"},"Classes/TableViewDiffableDataSource.html#/s:19DiffableDataSources09TableViewaB6SourceC05tableE012cellProviderACyxq_GSo07UITableE0C_So0jE4CellCSgAH_10Foundation9IndexPathVq_tctcfc":{"name":"init(tableView:cellProvider:)","abstract":"

    Creates a new data source.

    ","parent_name":"TableViewDiffableDataSource"},"Classes/TableViewDiffableDataSource.html#/s:19DiffableDataSources09TableViewaB6SourceC5apply_20animatingDifferencesyAA0abF8SnapshotCyxq_G_SbtF":{"name":"apply(_:animatingDifferences:)","abstract":"

    Applies given snapshot to perform automatic diffing update.

    ","parent_name":"TableViewDiffableDataSource"},"Classes/TableViewDiffableDataSource.html#/s:19DiffableDataSources09TableViewaB6SourceC8snapshotAA0abF8SnapshotCyxq_GyF":{"name":"snapshot()","abstract":"

    Returns a new snapshot object of current state.

    ","parent_name":"TableViewDiffableDataSource"},"Classes/TableViewDiffableDataSource.html#/s:19DiffableDataSources09TableViewaB6SourceC14itemIdentifier3forq_Sg10Foundation9IndexPathV_tF":{"name":"itemIdentifier(for:)","abstract":"

    Returns an item identifier for given index path.

    ","parent_name":"TableViewDiffableDataSource"},"Classes/TableViewDiffableDataSource.html#/s:19DiffableDataSources09TableViewaB6SourceC9indexPath3for10Foundation05IndexH0VSgq__tF":{"name":"indexPath(for:)","abstract":"

    Returns an index path for given item identifier.

    ","parent_name":"TableViewDiffableDataSource"},"Classes/TableViewDiffableDataSource.html#/s:19DiffableDataSources09TableViewaB6SourceC16numberOfSections2inSiSo07UITableE0C_tF":{"name":"numberOfSections(in:)","abstract":"

    Returns the number of sections in the data source.

    ","parent_name":"TableViewDiffableDataSource"},"Classes/TableViewDiffableDataSource.html#/s:19DiffableDataSources09TableViewaB6SourceC05tableE0_21numberOfRowsInSectionSiSo07UITableE0C_SitF":{"name":"tableView(_:numberOfRowsInSection:)","abstract":"

    Returns the number of items in the specified section.

    ","parent_name":"TableViewDiffableDataSource"},"Classes/TableViewDiffableDataSource.html#/s:19DiffableDataSources09TableViewaB6SourceC05tableE0_12cellForRowAtSo07UITableE4CellCSo0lE0C_10Foundation9IndexPathVtF":{"name":"tableView(_:cellForRowAt:)","abstract":"

    Returns a cell for row at specified index path.

    ","parent_name":"TableViewDiffableDataSource"},"Classes/TableViewDiffableDataSource.html":{"name":"TableViewDiffableDataSource","abstract":"

    A class for backporting UITableViewDiffableDataSource introduced in iOS 13.0+, tvOS 13.0+."},"Classes/CollectionViewDiffableDataSource.html":{"name":"CollectionViewDiffableDataSource","abstract":"

    A class for backporting UICollectionViewDiffableDataSource introduced in iOS 13.0+, tvOS 13.0+."},"DataSources.html":{"name":"DataSources"},"Snapshot.html":{"name":"Snapshot"}} \ No newline at end of file +{"Structs/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotVACyxq_Gycfc":{"name":"init()","abstract":"

    Creates a new empty snapshot object.

    ","parent_name":"DiffableDataSourceSnapshot"},"Structs/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotV13numberOfItemsSivp":{"name":"numberOfItems","abstract":"

    The number of item identifiers in the snapshot.

    ","parent_name":"DiffableDataSourceSnapshot"},"Structs/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotV16numberOfSectionsSivp":{"name":"numberOfSections","abstract":"

    The number of section identifiers in the snapshot.

    ","parent_name":"DiffableDataSourceSnapshot"},"Structs/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotV18sectionIdentifiersSayxGvp":{"name":"sectionIdentifiers","abstract":"

    All section identifiers in the snapshot.

    ","parent_name":"DiffableDataSourceSnapshot"},"Structs/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotV15itemIdentifiersSayq_Gvp":{"name":"itemIdentifiers","abstract":"

    All item identifiers in the snapshot.

    ","parent_name":"DiffableDataSourceSnapshot"},"Structs/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotV13numberOfItems9inSectionSix_tF":{"name":"numberOfItems(inSection:)","abstract":"

    Returns the number of item identifiers in the specified section.

    ","parent_name":"DiffableDataSourceSnapshot"},"Structs/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotV15itemIdentifiers9inSectionSayq_Gx_tF":{"name":"itemIdentifiers(inSection:)","abstract":"

    Returns the item identifiers in the specified section.

    ","parent_name":"DiffableDataSourceSnapshot"},"Structs/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotV17sectionIdentifier14containingItemxSgq__tF":{"name":"sectionIdentifier(containingItem:)","abstract":"

    Returns a section identifier containing the specified item.

    ","parent_name":"DiffableDataSourceSnapshot"},"Structs/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotV11indexOfItemySiSgq_F":{"name":"indexOfItem(_:)","abstract":"

    Returns an index of the specified item.

    ","parent_name":"DiffableDataSourceSnapshot"},"Structs/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotV14indexOfSectionySiSgxF":{"name":"indexOfSection(_:)","abstract":"

    Returns an index of the specified section.

    ","parent_name":"DiffableDataSourceSnapshot"},"Structs/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotV11appendItems_9toSectionySayq_G_xSgtF":{"name":"appendItems(_:toSection:)","abstract":"

    Appends the given item identifiers to the specified section or last section.

    ","parent_name":"DiffableDataSourceSnapshot"},"Structs/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotV11insertItems_10beforeItemySayq_G_q_tF":{"name":"insertItems(_:beforeItem:)","abstract":"

    Inserts the given item identifiers before the specified item.

    ","parent_name":"DiffableDataSourceSnapshot"},"Structs/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotV11insertItems_9afterItemySayq_G_q_tF":{"name":"insertItems(_:afterItem:)","abstract":"

    Inserts the given item identifiers after the specified item.

    ","parent_name":"DiffableDataSourceSnapshot"},"Structs/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotV11deleteItemsyySayq_GF":{"name":"deleteItems(_:)","abstract":"

    Deletes the specified items.

    ","parent_name":"DiffableDataSourceSnapshot"},"Structs/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotV14deleteAllItemsyyF":{"name":"deleteAllItems()","abstract":"

    Deletes the all items in the snapshot.

    ","parent_name":"DiffableDataSourceSnapshot"},"Structs/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotV8moveItem_06beforeG0yq__q_tF":{"name":"moveItem(_:beforeItem:)","abstract":"

    Moves the given item identifier before the specified item.

    ","parent_name":"DiffableDataSourceSnapshot"},"Structs/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotV8moveItem_05afterG0yq__q_tF":{"name":"moveItem(_:afterItem:)","abstract":"

    Moves the given item identifier after the specified item.

    ","parent_name":"DiffableDataSourceSnapshot"},"Structs/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotV11reloadItemsyySayq_GF":{"name":"reloadItems(_:)","abstract":"

    Reloads the specified items.

    ","parent_name":"DiffableDataSourceSnapshot"},"Structs/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotV14appendSectionsyySayxGF":{"name":"appendSections(_:)","abstract":"

    Appends the given section identifiers to the end of sections.

    ","parent_name":"DiffableDataSourceSnapshot"},"Structs/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotV14insertSections_13beforeSectionySayxG_xtF":{"name":"insertSections(_:beforeSection:)","abstract":"

    Inserts the given section identifiers before the specified section.

    ","parent_name":"DiffableDataSourceSnapshot"},"Structs/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotV14insertSections_12afterSectionySayxG_xtF":{"name":"insertSections(_:afterSection:)","abstract":"

    Inserts the given section identifiers after the specified section.

    ","parent_name":"DiffableDataSourceSnapshot"},"Structs/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotV14deleteSectionsyySayxGF":{"name":"deleteSections(_:)","abstract":"

    Deletes the specified sections.

    ","parent_name":"DiffableDataSourceSnapshot"},"Structs/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotV11moveSection_06beforeG0yx_xtF":{"name":"moveSection(_:beforeSection:)","abstract":"

    Moves the given section identifier before the specified section.

    ","parent_name":"DiffableDataSourceSnapshot"},"Structs/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotV11moveSection_05afterG0yx_xtF":{"name":"moveSection(_:afterSection:)","abstract":"

    Moves the given section identifier after the specified section.

    ","parent_name":"DiffableDataSourceSnapshot"},"Structs/DiffableDataSourceSnapshot.html#/s:19DiffableDataSources0aB14SourceSnapshotV14reloadSectionsyySayxGF":{"name":"reloadSections(_:)","abstract":"

    Reloads the specified sections.

    ","parent_name":"DiffableDataSourceSnapshot"},"Structs/DiffableDataSourceSnapshot.html":{"name":"DiffableDataSourceSnapshot","abstract":"

    A class for backporting NSDiffableDataSourceSnapshot introduced in iOS 13.0+, macOS 10.15+, tvOS 13.0+."},"Classes/CollectionViewDiffableDataSource.html#/s:19DiffableDataSources014CollectionViewaB6SourceC12CellProvidera":{"name":"CellProvider","abstract":"

    The type of closure providing the cell.

    ","parent_name":"CollectionViewDiffableDataSource"},"Classes/CollectionViewDiffableDataSource.html#/s:19DiffableDataSources014CollectionViewaB6SourceC013SupplementaryE8Providera":{"name":"SupplementaryViewProvider","abstract":"

    The type of closure providing the supplementary view for element of kind.

    ","parent_name":"CollectionViewDiffableDataSource"},"Classes/CollectionViewDiffableDataSource.html#/s:19DiffableDataSources014CollectionViewaB6SourceC013supplementaryE8ProviderSo020UICollectionReusableE0CSgSo0iE0C_SS10Foundation9IndexPathVtcSgvp":{"name":"supplementaryViewProvider","abstract":"

    A closure to dequeue the views for element of kind.

    ","parent_name":"CollectionViewDiffableDataSource"},"Classes/CollectionViewDiffableDataSource.html#/s:19DiffableDataSources014CollectionViewaB6SourceC010collectionE012cellProviderACyxq_GSo012UICollectionE0C_So0jE4CellCSgAH_10Foundation9IndexPathVq_tctcfc":{"name":"init(collectionView:cellProvider:)","abstract":"

    Creates a new data source.

    ","parent_name":"CollectionViewDiffableDataSource"},"Classes/CollectionViewDiffableDataSource.html#/s:19DiffableDataSources014CollectionViewaB6SourceC5apply_20animatingDifferencesyAA0abF8SnapshotVyxq_G_SbtF":{"name":"apply(_:animatingDifferences:)","abstract":"

    Applies given snapshot to perform automatic diffing update.

    ","parent_name":"CollectionViewDiffableDataSource"},"Classes/CollectionViewDiffableDataSource.html#/s:19DiffableDataSources014CollectionViewaB6SourceC8snapshotAA0abF8SnapshotVyxq_GyF":{"name":"snapshot()","abstract":"

    Returns a new snapshot object of current state.

    ","parent_name":"CollectionViewDiffableDataSource"},"Classes/CollectionViewDiffableDataSource.html#/s:19DiffableDataSources014CollectionViewaB6SourceC14itemIdentifier3forq_Sg10Foundation9IndexPathV_tF":{"name":"itemIdentifier(for:)","abstract":"

    Returns an item identifier for given index path.

    ","parent_name":"CollectionViewDiffableDataSource"},"Classes/CollectionViewDiffableDataSource.html#/s:19DiffableDataSources014CollectionViewaB6SourceC9indexPath3for10Foundation05IndexH0VSgq__tF":{"name":"indexPath(for:)","abstract":"

    Returns an index path for given item identifier.

    ","parent_name":"CollectionViewDiffableDataSource"},"Classes/CollectionViewDiffableDataSource.html#/s:19DiffableDataSources014CollectionViewaB6SourceC16numberOfSections2inSiSo012UICollectionE0C_tF":{"name":"numberOfSections(in:)","abstract":"

    Returns the number of sections in the data source.

    ","parent_name":"CollectionViewDiffableDataSource"},"Classes/CollectionViewDiffableDataSource.html#/s:19DiffableDataSources014CollectionViewaB6SourceC010collectionE0_22numberOfItemsInSectionSiSo012UICollectionE0C_SitF":{"name":"collectionView(_:numberOfItemsInSection:)","abstract":"

    Returns the number of items in the specified section.

    ","parent_name":"CollectionViewDiffableDataSource"},"Classes/CollectionViewDiffableDataSource.html#/s:19DiffableDataSources014CollectionViewaB6SourceC010collectionE0_13cellForItemAtSo012UICollectionE4CellCSo0lE0C_10Foundation9IndexPathVtF":{"name":"collectionView(_:cellForItemAt:)","abstract":"

    Returns a cell for item at specified index path.

    ","parent_name":"CollectionViewDiffableDataSource"},"Classes/CollectionViewDiffableDataSource.html#/s:19DiffableDataSources014CollectionViewaB6SourceC010collectionE0_33viewForSupplementaryElementOfKind2atSo020UICollectionReusableE0CSo0oE0C_SS10Foundation9IndexPathVtF":{"name":"collectionView(_:viewForSupplementaryElementOfKind:at:)","abstract":"

    Returns a supplementary view for element of kind at specified index path.

    ","parent_name":"CollectionViewDiffableDataSource"},"Classes/TableViewDiffableDataSource.html#/s:19DiffableDataSources09TableViewaB6SourceC12CellProvidera":{"name":"CellProvider","abstract":"

    The type of closure providing the cell.

    ","parent_name":"TableViewDiffableDataSource"},"Classes/TableViewDiffableDataSource.html#/s:19DiffableDataSources09TableViewaB6SourceC19defaultRowAnimationSo07UITableehI0Vvp":{"name":"defaultRowAnimation","abstract":"

    The default animation to updating the views.

    ","parent_name":"TableViewDiffableDataSource"},"Classes/TableViewDiffableDataSource.html#/s:19DiffableDataSources09TableViewaB6SourceC05tableE012cellProviderACyxq_GSo07UITableE0C_So0jE4CellCSgAH_10Foundation9IndexPathVq_tctcfc":{"name":"init(tableView:cellProvider:)","abstract":"

    Creates a new data source.

    ","parent_name":"TableViewDiffableDataSource"},"Classes/TableViewDiffableDataSource.html#/s:19DiffableDataSources09TableViewaB6SourceC5apply_20animatingDifferencesyAA0abF8SnapshotVyxq_G_SbtF":{"name":"apply(_:animatingDifferences:)","abstract":"

    Applies given snapshot to perform automatic diffing update.

    ","parent_name":"TableViewDiffableDataSource"},"Classes/TableViewDiffableDataSource.html#/s:19DiffableDataSources09TableViewaB6SourceC8snapshotAA0abF8SnapshotVyxq_GyF":{"name":"snapshot()","abstract":"

    Returns a new snapshot object of current state.

    ","parent_name":"TableViewDiffableDataSource"},"Classes/TableViewDiffableDataSource.html#/s:19DiffableDataSources09TableViewaB6SourceC14itemIdentifier3forq_Sg10Foundation9IndexPathV_tF":{"name":"itemIdentifier(for:)","abstract":"

    Returns an item identifier for given index path.

    ","parent_name":"TableViewDiffableDataSource"},"Classes/TableViewDiffableDataSource.html#/s:19DiffableDataSources09TableViewaB6SourceC9indexPath3for10Foundation05IndexH0VSgq__tF":{"name":"indexPath(for:)","abstract":"

    Returns an index path for given item identifier.

    ","parent_name":"TableViewDiffableDataSource"},"Classes/TableViewDiffableDataSource.html#/s:19DiffableDataSources09TableViewaB6SourceC16numberOfSections2inSiSo07UITableE0C_tF":{"name":"numberOfSections(in:)","abstract":"

    Returns the number of sections in the data source.

    ","parent_name":"TableViewDiffableDataSource"},"Classes/TableViewDiffableDataSource.html#/s:19DiffableDataSources09TableViewaB6SourceC05tableE0_21numberOfRowsInSectionSiSo07UITableE0C_SitF":{"name":"tableView(_:numberOfRowsInSection:)","abstract":"

    Returns the number of items in the specified section.

    ","parent_name":"TableViewDiffableDataSource"},"Classes/TableViewDiffableDataSource.html#/s:19DiffableDataSources09TableViewaB6SourceC05tableE0_12cellForRowAtSo07UITableE4CellCSo0lE0C_10Foundation9IndexPathVtF":{"name":"tableView(_:cellForRowAt:)","abstract":"

    Returns a cell for row at specified index path.

    ","parent_name":"TableViewDiffableDataSource"},"Classes/TableViewDiffableDataSource.html":{"name":"TableViewDiffableDataSource","abstract":"

    A class for backporting UITableViewDiffableDataSource introduced in iOS 13.0+, tvOS 13.0+."},"Classes/CollectionViewDiffableDataSource.html":{"name":"CollectionViewDiffableDataSource","abstract":"

    A class for backporting UICollectionViewDiffableDataSource introduced in iOS 13.0+, tvOS 13.0+."},"DataSources.html":{"name":"DataSources"},"Snapshot.html":{"name":"Snapshot"}} \ No newline at end of file