I have 2 CollectionViews and 1 TableView in a StackView that is part of a dashboard display. None of these display if I dont set the heights for these items explicitly as constraints.
I've tried some of other solutions here but none of them really work, the best I could find is:
Link: Set height of table based on number of rows but it doesn't work for CollectionViews since CollectionViews don't have rows and .numberOfItems(inSection: 0)
does nothing