project_files/HedgewarsMobile/Classes/SettingsContainerViewController.m
changeset 6678 beab48f963d5
parent 6672 4f728ccdd06b
child 6700 e04da46ee43c
equal deleted inserted replaced
6677:6b7560b37eef 6678:beab48f963d5
    64             SettingsBaseViewController *sbvc = [[SettingsBaseViewController alloc] init];
    64             SettingsBaseViewController *sbvc = [[SettingsBaseViewController alloc] init];
    65             self.baseController = sbvc;
    65             self.baseController = sbvc;
    66             [sbvc release];
    66             [sbvc release];
    67         }
    67         }
    68         self.baseController.targetController = nil;
    68         self.baseController.targetController = nil;
    69         self.baseController.view.frame = CGRectMake(0, 0, screenRect.size.height, screenRect.size.width);
    69         self.baseController.view.frame = screenRect;
    70 
    70 
    71         [self.view addSubview:self.baseController.view];
    71         [self.view addSubview:self.baseController.view];
    72     }
    72     }
    73 
    73 
    74     [super viewDidLoad];
    74     [super viewDidLoad];