I have created a UITableview with custom UITableViewCell.The UITableViewCell contains UILabels and I have calculated the heig
UITableview
UITableViewCell
UILabels
on iOS 8+ this worked to get the table view Height
CGFloat tableViewHeight = tableView.bounds.size.height;