mirror of
https://github.com/tappollo/IGListKit.git
synced 2026-06-15 09:28:28 +08:00
Revert D4640425: [IGListKit] kill IGListCollectionView. GH issue #409
Summary: This reverts commit 871b75eaeb1c9f2a40fe8f3fd81b209661704587 Differential Revision: D4640425 fbshipit-source-id: 4b0e8a9820891062cf7f8d13de13d678adb5df4a
This commit is contained in:
committed by
Facebook Github Bot
parent
3fb2ac0d60
commit
68a264d29c
@@ -21,7 +21,7 @@ final class WorkingRangeViewController: UIViewController, IGListAdapterDataSourc
|
||||
return IGListAdapter(updater: IGListAdapterUpdater(), viewController: self, workingRangeSize: 2)
|
||||
}()
|
||||
|
||||
let collectionView = UICollectionView(frame: .zero, collectionViewLayout: UICollectionViewFlowLayout())
|
||||
let collectionView = IGListCollectionView(frame: .zero, collectionViewLayout: UICollectionViewFlowLayout())
|
||||
|
||||
let data: [Int] = {
|
||||
var set = Set<Int>() // only use unique values
|
||||
@@ -44,7 +44,7 @@ final class WorkingRangeViewController: UIViewController, IGListAdapterDataSourc
|
||||
collectionView.frame = view.bounds
|
||||
}
|
||||
|
||||
// MARK: IGListAdapterDataSource
|
||||
//MARK: IGListAdapterDataSource
|
||||
|
||||
func objects(for listAdapter: IGListAdapter) -> [IGListDiffable] {
|
||||
return data as [IGListDiffable]
|
||||
|
||||
Reference in New Issue
Block a user