. .
UITableViewAutomaticDimension tableView.rowHeight.
.
innerTableView.isScrollEnabled = false
, .
, :
, View (tableView: heightForRowAt), :
let imgHeight = 100
let innerCellHeight = 30
let dataSource = dataSources[indexPath.row]
let innerCellsCount = dataSource.items.count
return CGFloat( imgHeight + ( innerCellsCount * innerCellHeight ) )
tableView (tableView: evaluationHeightForRowAt), , , , .