I have been faced with a puzzle I can't answer.
I am creating an app that has multiple UITableView within a single view. Each TableView will need to have different attributes from the other.
The UITableViewDelegate methods provide generic methods to configure UITableViews, but from what I am seeing, this will effect aLL TableViews within a View.
If I need to control the parameters for each single TableView - how would this be achieved?