- (void)alertViewCancel:(UIAlertView *)alertView is not called

Posted by Sean on Stack Overflow See other posts from Stack Overflow or by Sean
Published on 2010-03-15T15:26:08Z Indexed on 2010/03/15 15:29 UTC
Read the original article Hit count: 567

Hi all

I've got the problem that the UIAlertViewDelegate method - (void)alertViewCancel:(UIAlertView *)alertView is not called when I cancel a AlertView with it's cancel button.

Weird is that the delegate method - (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex works perfectly.

Does anyone have an idea?

Thanks in advance
Sean

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk