I would like to set the UITableView to match the height for all the contents in the table view.
This is my storyboard
The problem with this is the t
In this type of case add your bottom imageView(red) in a table footer view.
To add footer view in UITableView you can use:
UITableView
tableViewObj.tableFooterView = footerViewObj;