私はこのコードを持っています:
//アラートを表示
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Actualizado"
message:@"Se ha actualizado todo" delegate:self
cancelButtonTitle:@"Aceptar" otherButtonTitles:nil, nil];
[alert show];
この
- (void)alertView:(UIAlertView *)alert
clickedButtonAtIndex:(NSInteger)buttonIndex {
NSLog(@"ALgo"); }
次のエラーが発生しました:
-[__NSCFType alertView:clickedButtonAtIndex:]:
unrecognized selector sent to instance 0xdc559a0
助けてください。ありがとう