按鈕控件我有這樣的代碼在IBAction爲:IOS:兩人在一個UIAlert
UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@"NO!"
message:@"danger"
delegate:self
cancelButtonTitle:@"OK"
otherButtonTitles:@"Annul", nil];
[alertView show];
[alertView release];
現在,如果我按「OK」必須做的事,如果我把「年度審覈及年度」必須做的另一件事。但它必須在IBAction內完成。
「必須在IBAction內完成」..你是什麼意思?爲什麼不使用UIAlertviewDelegate回調clickedButtonAtIndex – Krishnabhadra 2011-06-01 11:13:18