UIView and TableView resizable
问题 image 1 image 2 As you see, i have storyboard like in pic 1, but in simulator it looks like in pic 2. How can i make it, thats this tableView inside View will be fullsized if contains some data. If not - it will be hidden. At this moment, if its contains some data, UIview doesnt change the height and uitableview is almost not visible. This lines didnt help: tableView.estimatedRowHeight = 44.0 tableView.rowHeight = UITableView.automaticDimension ------------------part 2--------here is code of