Как сделать высоту ячейки в custom tableView адаптивной swift?

override func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
       UITableView.automaticDimension
}

Ответы (0 шт):