I have alertview with button when user click the button the program enter a long time loop I want to hide the alertview before I call this long while I have searched for class delegate and I got
// Called when a button is clicked. The view will be automatically dismissed "**after**" this call returns
- (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex
how can hide the alert view before this call return
