iOS App Development Study - How to apply UINavigationController in Code iOS 어플 개발 공부 - 코드로 UINavigationController 적용하기 개발 환경 : MacBook Pro (13-inch, M1, 2020), Monterey XCode : Version 13.1 (13A1030d), Swift5 시뮬레이터 : iPhone 11 SceneDelegate 내 func scene() 코드 수정 func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) { // Use this ..