クラスで Uialertview を使用しています。
これが私のコードです
UIAlertView *alertView = [[UIAlertView alloc]initWithTitle:nil message:@"message" delegate:nil cancelButtonTitle:@"Ok" otherButtonTitles:nil];
[alertView show];
しかし、問題は、OK ボタンを押すとアラートが非表示になりますが、黒い背景がまだ残っていることです。
誰もこれに対する答えを持っていますか?