Answers for "dynamic table view height without scrolling"

0

dynamic table view height without scrolling

//how to set low priority height for table view "search keyword"
override func updateViewConstraints() {
    tableHeightConstraint.constant = tableView.contentSize.height
    super.updateViewConstraints()
}
Posted by: Guest on April-10-2022

Code answers related to "dynamic table view height without scrolling"

Code answers related to "Swift"

Browse Popular Code Answers by Language