UIAlertView *alert =[[UIAlertViewalloc]
initWithTitle:@"You tap the buton,boy!"
message: [NSString stringWithFormat:@"%@",buttonTitle]
delegate:nil
cancelButtonTitle: @"OK."
otherButtonTitles: nil];
[alert show];
[alert release];