fix: collection view life cycle

This commit is contained in:
Nikita Semenov 2022-08-03 21:47:05 +03:00
parent 82d52f4a40
commit b6321d3b19
1 changed files with 2 additions and 0 deletions

View File

@ -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) {