fix: collection view life cycle
This commit is contained in:
parent
82d52f4a40
commit
b6321d3b19
|
|
@ -39,6 +39,8 @@ open class BaseFiltersCollectionView<CellType: UICollectionViewCell & Configurab
|
|||
self.viewModel = viewModel
|
||||
|
||||
super.init(frame: .zero, collectionViewLayout: layout)
|
||||
|
||||
initializeView()
|
||||
}
|
||||
|
||||
required public init?(coder aDecoder: NSCoder) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue