I have a Table View embedded in a ScrollView in Interface Builder MyViewController.xib.
http://juniperstudio.com/im/MyViewController.xib.jpg
I can't get the detailViewController to load.
I believe that the error is using "self" to push the new view onto.
[self.navigationController pushViewController:detailViewController animated:YES];
I have the structure set to.
MainWindow.xib
MyViewController.xib (Image)
DetailViewController.xib