In terms of MVC, I have a UITableView that is instantiated in my controller and a model object that acts as a UITableViewDelegate & UITableViewDataSource. When I came to setting the delegate and datasource I just added both to point to the model:In terms of MVC, I have a UITableView that is i