My tableView controller is getting huge due to the delegate and data source methods and the fact that I have multiple subclasses of UITableViewCells and different cell layouts for each one. I was looking at My tableView controller is getting huge due to