Deeplink
-
UIKitPlus - RootViewControllerLibrary 2021. 6. 23. 12:40
안녕하세요. 그린입니다🟢 이번 포스팅에서는 UIKitPlus에서 RootViewController에 대해 학습해보겠습니다🧑🏻💻 RootViewController? 루트 네비게이션 뷰 컨트롤러의 호출과 사용법에 대해 어떻게 구성되는지 단계별로 알아보겠습니다. 1. RootViewController 파일 생성 및 정의 - RootViewController.swift 파일을 생성하고 RootController을 아래와 같이 상속하여 필요 기능을 정의 import UIKitPlus class RootViewController: SwifRootViewController { // 앱 시작시 초기 뷰 컨트롤러 표시 override var splashScreen: UIViewController { SplashView..