viewcontroller remove tabbar let pushVC = self.storyboard?.instantiateViewController(withIdentifier: "storyboardID") pushVC?.modalPresentationStyle = .fullScreen self.navigationController?.pushViewController(pushVC!, animated: true) IOS(Swift) 2021.06.10