コードを実行するとエラーが発生します: このコード行の 'alertView' の宣言されていない識別子が表示されます:
-(void)alertView:(UIAlertView* )alertView clickedButtonAtIndex:(NSInteger)buttonIndex
{
if(buttonIndex==0)
else if(butonIndex==1)
}
ご協力ありがとうございました。
コードを実行するとエラーが発生します: このコード行の 'alertView' の宣言されていない識別子が表示されます:
-(void)alertView:(UIAlertView* )alertView clickedButtonAtIndex:(NSInteger)buttonIndex
{
if(buttonIndex==0)
else if(butonIndex==1)
}
ご協力ありがとうございました。