Hey.,
I've had a UITableViewController-Class. I've changed the UITableViewController Class to UIVIewController and made and specified the connections in IB new.
Everything works fine, except [self presentModalViewController:.....]
The compiler says that self my not respond to "self" and the app crashes when rotating the view.
thanks for your help :)
SOLUTION: I haven't set the "shouldAutorotateToInterfaceOrientation" method in both views.