次のコードで新しいViewControllerを提示しています
UIStoryboard *storyboard = self.storyboard;
finishViewController *finished = [storyboard instantiateViewControllerWithIdentifier:@"finishViewController"];
[self presentViewController:finished animated:YES completion:nil];
finishViewController の場合、前のビュー (上記のコードがオンになっているビュー) がまだバックグラウンドで処理されています。殺す方法はありますか?