Apple Developer Documentation

UIKit App의 뷰계층을 관리하는 객체

Delcaration

@MainActor class UIViewController : UIResponder

Overview

UIViewController 클래스는 일반적으로 모든 View Controller들에게 공유된 행동들을 정의함.

직접적으로 UIViewController의 인스턴스들을 생성 하는 경우 거의 없음. 대신 뷰 컨트롤러의 뷰 계층을 관리할 필요한 UIViewController와 메서드들, 프로퍼티들을 subclass로 만들고 추가해야함.

Main Responsibilities