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