Tinggi tampilan tabel dinamis tanpa gulir

//how to set low priority height for table view "search keyword"
override func updateViewConstraints() {
    tableHeightConstraint.constant = tableView.contentSize.height
    super.updateViewConstraints()
}
Tayyab Mubeen