我添加了一個UINavigationBar的到我UIViewUINavigationBar的問題
我想設置標題,其leftbar byut失敗
我用下面的代碼
self.title = @"Edit Table ";
UIBarButtonItem *addButton = [[UIBarButtonItem alloc] initWithTitle:@"Edit" style:UIBarButtonItemStyleBordered target:self action:@selector(EditTable:)];
[self.navigationItem setLeftBarButtonItem:addButton];
[super viewDidLoad];
沒有什麼改變,我叫這個uiview使用
self.NodeSelection = [[NodesList alloc]initWithNibName:@"NodesList" bundle:nil];
[self presentModalViewController:self.NodeSelection animated:YES];
任何建議請
你是如何創建的導航項目? – 2011-06-08 07:45:34
看到我的最後評論請在下面回答 – 2011-06-08 09:04:11