+1  A: 

initWithStyle is used to initialize a UITableViewController not a UIViewController

ennuikiller
So is it because my child controller is a subclass of UIViewController I cannot do initWithStyle? I guess in my head I am thinking I want to set up the table view cells for the Root View Controller of the Navigation portion so I wanted to create rows in a table format for that. And since my IntervalSetupViewController was a subclass of UITableViewController, that was ok? What should I do be doing instead?
Crystal

related questions