when the user click on a button on the UIAlertView the clickedButtonAtIndex method is supposed to be called, however, it doesn\'t :
UIAlertView
clickedButtonAtIndex
in the
You're passing nil as the delegate argument. Pass self instead.
nil
self