ユーザーがボタンをクリックすると、alertview with buttonが表示され、プログラムが長時間のループに入ります。クラスデリゲートを検索しているときに、これを長く呼び出す前に、alertviewを非表示にします。
// Called when a button is clicked. The view will be automatically dismissed "**after**" this call returns
- (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex
このコールが戻る前にアラートビューを非表示にするにはどうすればよいですか