Jacky
Results
3
comments of
Jacky
@ashok1089 Are you sure, you configured exactly identifier type of header?
Let try to implement decideViewTransition: { (datasource, collectionView, changeset ) in {} when you need reload header just return .reload otherwise return .animated. (not tested)
When ViewController dismiss and released, tableview will be released, and all cells and Disposebag in Cells will be released too. So no need to care about that.