I have a collection view on a view controller. When I dequeue a cell, it is configured with several views, one of which is the view of another view controller.
This sub-view-controller is reinitialised every time the cell is configured. Should I, or should I not, add this sub-view-controller as a child of the parent view controller that owns the collection view?
1
0
1.5k