Skip to content

Commit 65e0873

Browse files
committed
updated
1 parent 21e8053 commit 65e0873

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Sources/AdvancedCollectionTableView-iOS/CollectionView/DataSource/UICollectionViewDiffableDataSource+.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ extension UICollectionViewDiffableDataSource {
124124
}
125125

126126
/**
127-
The handler that gets called when the data source is switching between an empty and non-empty snapshot or viceversa.
128-
127+
The handler that gets called when the data source switches between an empty and non-empty snapshot or viceversa.
128+
129129
You can use this handler e.g. if you want to update your empty view or content configuration.
130130
*/
131131
public var emptyHandler: ((_ isEmpty: Bool)->())? {

Sources/AdvancedCollectionTableView-iOS/TableView/DataSource/TableViewDiffableDataSource.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ class TableViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType> : U
7575
}
7676

7777
/**
78-
The handler that gets called when the data source is switching between an empty and non-empty snapshot or viceversa.
79-
78+
The handler that gets called when the data source switches between an empty and non-empty snapshot or viceversa.
79+
8080
You can use this handler e.g. if you want to update your empty view or content configuration.
8181
*/
8282
open var emptyHandler: ((_ isEmpty: Bool)->())? {

0 commit comments

Comments
 (0)