fix: collection view life cycle

This commit is contained in:
Nikita Semenov 2022-08-04 16:53:33 +03:00
parent 0534d41bae
commit ef1eb2d8ac
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ open class BaseFiltersCollectionView<CellType: UICollectionViewCell & Configurab
super.init(frame: .zero, collectionViewLayout: layout)
initializeView()
viewDidLoad()
}
required public init?(coder aDecoder: NSCoder) {