views:

314

answers:

1

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.....

+3  A: 

In what way does the documentation fall short? You could even copy code from one of the many code samples.

Stephen Darlington
smart ass answer, I like it. :)
Allain Lalonde
Yeah, a bit harsh perhaps but this kind of question bugs me. Surely it takes longer to write a question than look up the class definition in XCode?
Stephen Darlington