Skip to content

Commit 191e110

Browse files
committed
Fixed pass parametrs in init.
1 parent 9d55f14 commit 191e110

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

SPDiffable.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'SPDiffable'
4-
s.version = '1.3.2'
4+
s.version = '1.3.3'
55
s.summary = 'Extenshion of Diffable API which allow not duplicate code and use less models.'
66
s.homepage = 'https://github.com/ivanvorobei/SPDiffable'
77
s.source = { :git => 'https://github.com/ivanvorobei/SPDiffable.git', :tag => s.version }

Sources/SPDiffable/Collection/SPDiffableCollectionView.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ open class SPDiffableCollectionView: UICollectionView, UICollectionViewDelegate
7070
diffableDataSource = SPDiffableCollectionDataSource(
7171
collectionView: self,
7272
cellProviders: cellProviders,
73-
supplementaryViewProviders: supplementaryViewProviders
73+
supplementaryViewProviders: supplementaryViewProviders,
74+
headerAsFirstCell: headerAsFirstCell
7475
)
7576
diffableDataSource?.apply(sections, animated: false)
7677
}

0 commit comments

Comments
 (0)