このコードはデリゲートを使用します
[[[UIAlertView alloc] initWithTitle: @ "Error" message: @ "You can leave the text blank" delegate: self cancelButtonTitle: @ "Quit" otherButtonTitles: @ "OK", nil] show];
問題のデリゲートは次のとおりです。
(void) alertView: (UIAlertView *) alertView clickedButtonAtIndex: (NSInteger) buttonIndex {
私の質問はこれです:Xcodeデリゲートメソッドのオートコンプリートはどのようにしますか?.
Eclipse では、[ソース] メニュー オプションの [デリゲート メソッドの生成] から実行できます。
よろしくお願いします!