NavigationController

    [ios] NavigationController programmatically 코드구현

    info.plist 설정을 변경한다. Main stotyboard file base name : Main 삭제 Application Scene Manifest > Scene Configuration > Application Session Role > Item 0 > Storyboard Name : Main 삭제 SceneDelegate.swfit 수정 func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) { guard let windonScene = (scene as? UIWindowScene) else {return} window = UIW..