UINavigationController1 코드베이스로 UINavigationController 구현하기 네비게이션 스택을 관리하고 화면 간에 이동하는 데 사용 이전 화면으로 이동하거나 새로운 화면으로 이동하는 데 사용 기본적으로 스택 구조로 뷰를 쌓아가며 이동 [Method & Property] pushViewController(): 목적지 뷰로 이동하면서 스택에 쌓는 함수 등… 프로퍼티 및 메서드 추가로 공부해보기! // // UINavigationControllerTest.swift // UIKit-Study // // Created by Kyungsoo Lee on 2023/10/01. // import UIKit class UINavigationControllerTest: UIViewController { // MARK: - UINavigationController private lazy var u.. 2023. 10. 15. 이전 1 다음