UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Saluta l'alert view!" message:@"" delegate:self cancelButtonTitle:@"Ciao!" [alert show];