我有一個iphone應用程序,它有一個UIWindow。我想添加更多的UIViews。 我試過了。如何從UIWindow導航到UIView
SettingsViewController *viewctrl = [[SettingsViewController alloc] initWithNibName:@"SettingsViewController" bundle:nil];
[self.navigationController pushViewController:viewctrl animated:YES];
[viewctrl release];
但它沒有奏效。任何人都請幫助我。提前致謝。
檢查你的'self.navigationController'是否先不是'nil'。 – kennytm 2010-02-08 12:46:37
它怎麼不起作用。有沒有錯誤,會發生什麼? – Tomen 2010-02-08 13:01:29
我已經把 NSLog(@「SettingsPressed」);正在執行。 但不會下一個視圖 – 2010-02-08 13:02:49