Setting shouldAutorotateToInterfaceOrientation to YES is easy enough and works fine for plain views.
But if I'm pushing UIViewControllers into a UINavigationController and try to rotate, it doesn't seem to quite go in the right spot and leaves a bunch of nasty black space.
It gets even more tricky when you try to set the navigation bar to hidden, it seems to do crazy things.
But if I'm pushing UIViewControllers into a UINavigationController and try to rotate, it doesn't seem to quite go in the right spot and leaves a bunch of nasty black space.
It gets even more tricky when you try to set the navigation bar to hidden, it seems to do crazy things.