I am getting the the following error on launch of application: [UITableViewController loadView] loaded the "SectionTableViewControler" nib but didn't get a UITableView
This started after I changed the "view controller" to inherit from UITableViewController instead of UIViewControler. To fix, I went into Xcode 4 and dropped a UITableView on the "form" and also created an outlet for the UITableView by dragging/dropping in the h file. How do you change a UIViewControler to a UITableViewController? Thanks for your help. -- View this message in context: http://monotouch.2284126.n4.nabble.com/Changing-a-UIViewControler-to-a-UITableViewController-tp4415301p4415301.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
