equal
deleted
inserted
replaced
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]; |