I'm using a UISplitViewController and when I launch the simulator, I get the following error:
"The view controller returned NO from -shouldAutorotateToInterfaceOrientation: for all interface orientations. It should support at least one orientation."
Any ideas on why I am getting this? (I am not subclassing the splitview controller).