I am designing an tab bar / navigation style app and I've added TableViews using both methods. Is there a preferred method and what are the pros and cons of using a UITableViewController vs putting UITableView inside UIViewController
I will need navigation item bars on top, informational labels, and navigation buttons on the bottom.
Thanks in advance.