Is there a way to bring in a navigation controller view in flipped mode when the device is already flipped?
shouldAutorotateToInterfaceOrientation works if the device is rotated after the navigation controller view has appeared, but if the device is already flipped when the navigation view appears then the view isn't in the correct orientation.
thanks in advance
shouldAutorotateToInterfaceOrientation works if the device is rotated after the navigation controller view has appeared, but if the device is already flipped when the navigation view appears then the view isn't in the correct orientation.
thanks in advance