-1

コードを実行するとエラーが発生します: このコード行の 'alertView' の宣言されていない識別子が表示されます:

-(void)alertView:(UIAlertView* )alertView clickedButtonAtIndex:(NSInteger)buttonIndex
    {

        if(buttonIndex==0) 
        else if(butonIndex==1)

    }

ご協力ありがとうございました。

4

2 に答える 2