Alert

iPhone SDK Tips & Tricks

UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@”Title” message:@”An alert” delegate:self cancelButtonTitle:@”No” otherButtonTitles:@”Yes”, nil];