UITabBarController4 つのタブがある があります。で別のビューから別UIViewControllerのビューに移動するとUITabBarController、下部のタブ バー項目が表示されず、画面の上下にスペースができます。どうすればそれを回避できますか。ストーリーボードを使用しています。
UIViewControllerからに移動するときに使用しているコードは次のUITabBarControllerとおりです。
HomePage *mvc=[self.storyboard instantiateViewControllerWithIdentifier:@"HomePage"];
[self presentViewController:mvc animated:YES completion:nil];
mvc.hidesBottomBarWhenPushed = NO;