cocoaTouch/SingleTeamViewController.m
changeset 3335 2520ee7a5484
parent 3332 3c90a923f156
child 3339 d558bc5a73c5
equal deleted inserted replaced
3334:f94a52a763d4 3335:2520ee7a5484
    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