HII每一個問題與基於導航模板
我創建一個基於導航應用&我正在編程設計的屏幕,我需要有2個欄按鈕,即左barbutton項目&右側欄按鈕的項目,所以我必須使用以下在代碼 - (空)的loadView方法,但是當控制器進入的loadView方法,其崩潰,,任何一個可以告訴我,什麼是錯在這段代碼中,感謝名單提前
self.title = @"Add Item";
self.navigationItem.leftBarButtonItem = [[[UIBarButtonItem alloc]
initWithBarButtonSystemItem:UIBarButtonSystemItemCancel
target:self action:@selector(cancel_Clicked:)] autorelease];
self.navigationItem.rightBarButtonItem = [[[UIBarButtonItem alloc]
initWithBarButtonSystemItem:UIBarButtonSystemItemSave
target:self action:@selector(save_Clicked:)] autorelease];
self.view.backgroundColor = [UIColor groupTableViewBackgroundColor];
什麼是崩潰日誌你得到? – 2011-05-03 04:51:42