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)

'IOS(Swift)' 카테고리의 다른 글

Swift struct class  (0) 2021.06.23
scrollview programmatically height  (0) 2021.06.15
Swift ViewController lifecycle  (0) 2021.06.09
Swift image rotate  (0) 2021.06.09
Swift keyboard 가 textfield를 가릴 때  (0) 2021.06.07