--- a/cocoaTouch/SingleTeamViewController.m Sun Apr 11 01:04:54 2010 +0000
+++ b/cocoaTouch/SingleTeamViewController.m Sun Apr 11 03:43:13 2010 +0000
@@ -18,8 +18,8 @@
@synthesize teamDictionary, hatArray, secondaryItems, secondaryControllers, textFieldBeingEdited, teamName;
--(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
- return (interfaceOrientation == UIInterfaceOrientationLandscapeRight);
+-(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation {
+ return rotationManager(interfaceOrientation);
}