I have two items in a vertical UIStackView
: a UILabel
and a UITableView
. When a dynamic amount of UITableViewCell
s get added to the UITableView
at runtime, the UIStackView
does not get larger.
Is there a general way to increase the size of the UIStackView
?