I have four controllers for the tab bar and it's views, when I rotate phone I want it to call the method shouldAutorotateToInterfaceOrientation for only one of the controllers but it calls the method for all of them.
How can I call shouldAutorotateToInterfaceOrientation for only one of the controllers?