I have a uiviewcontroller declared like this:
@interface RootViewController : UIViewController<UITableViewDelegate, UITableViewDataSource>
I've dragged a tableview onto the rootcontroller's view. When clicking the File's Owner, all I see is tableview. Where is the delegate and datasource, which need to be connected for the tableview to work?