`UIWindow *tempKeyboardWindow = [[[UIApplication sharedApplication] windows]objectAtIndex:0];
MBProgressHUD *hud = [MBProgressHUD showHUDAddedTo:tempKeyboardWindow animated:YES];
hud.animationType = MBProgressHUDAnimationZoomOut;
hud.dimBackground = YES;
hud.labelText = showString;
`
アプリケーション ウィンドウに hud を追加する必要があるため、上記のコードを使用しましたが、機能しません。