Ios swift – UITableView has wrong content size when all the inner sizes are fixed
I have UITableView with one section (1 header view + 100 rows). Its vertical constraints are to top view's bottom and to superview's bottom (not bottom safe area). I provided all the necessary heights manually with UITableViewDelegate: section header height…