equal
deleted
inserted
replaced
16 |
16 |
17 @implementation SingleTeamViewController |
17 @implementation SingleTeamViewController |
18 @synthesize teamDictionary, hatArray, secondaryItems, secondaryControllers, textFieldBeingEdited, teamName; |
18 @synthesize teamDictionary, hatArray, secondaryItems, secondaryControllers, textFieldBeingEdited, teamName; |
19 |
19 |
20 |
20 |
21 -(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { |
21 -(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation { |
22 return (interfaceOrientation == UIInterfaceOrientationLandscapeRight); |
22 return rotationManager(interfaceOrientation); |
23 } |
23 } |
24 |
24 |
25 |
25 |
26 #pragma mark - |
26 #pragma mark - |
27 #pragma mark textfield methods |
27 #pragma mark textfield methods |