Simple question. I noticed that when I subclass UITableViewController, it's UITableView automatically sets it's delegate/datasource to my class. Do I need to set the tableview delegate/datasource manually to my class just for code correctness or is that the expected behavior?
Thanks!