UIAlertView* av = [UIAlertView new]; av.title = @"Dealer offer Insurence"; [av addButtonWithTitle:@"YES"]; [av addButtonWithTitle:@"NO"];
Which button user select how can i know ? If anyone have available solution then help me. I want to some work on these button action. I wait one response.....