I'm creating my first iPad app and I have a UIView which has a table as well as other views. I've noticed I have the option of creating a 'Container View' in which I can then embed a UITableViewContoller.
What are the advantages and disadvantages of embedding a UITableViewContoller rather than just using a UITableView?