반응형
let vcName = self.storyboard?.instantiateViewController(withIdentifier: "ViewController_Device")
vcName?.modalPresentationStyle = .fullScreen
vcName?.modalTransitionStyle = .coverVertical
self.present(vcName!, animated: true, completion: nil)
"ViewController_Device": 전환 하려는 controller view
'iOS' 카테고리의 다른 글
[Swift] Lazy 변수 (0) | 2021.12.15 |
---|---|
[Swift] Storyboard 없이 코드로 프로젝트 시작하기 (0) | 2021.12.11 |
[Swift] UI 화면 안나타남 (0) | 2021.10.22 |
[Swift] 선택정렬 코드 (0) | 2021.10.19 |
[Swift] Back Button 코드 (0) | 2021.10.19 |