IOS(Swift)

viewcontroller remove tabbar

----___<<<<< 2021. 6. 10. 20:08

 

 

let pushVC = self.storyboard?.instantiateViewController(withIdentifier: "storyboardID")

pushVC?.modalPresentationStyle = .fullScreen

self.navigationController?.pushViewController(pushVC!, animated: true)