view controller
-
[iOS] View controller의 역할iOS 2022. 8. 9. 20:44
이 글은 애플 공식 문서 "The Role of View Controllers"를 번역, 의역한 것으로, view controller이 하는 일들을 대략적으로 이해하기에 좋다. View Controller Programming Guide for iOS: The Role of View Controllers View Controller Programming Guide for iOS developer.apple.com The Role of View Controllers View Controller들은 앱 내부 구조의 근본이다. 모든 앱은 최소 하나 이상의 view controller를 가지고 있다. 각 view controller는 다음의 것들을 관리한다: 사용자 인터페이스의 일부(간단하게 말해서 그냥 vie..
-
[iOS] View Controller Hierarchy - 뷰 컨트롤러 계층 구조iOS 2022. 8. 9. 00:34
이 글은 애플의 "View Controller Programming Guide for iOS" 공식문서에서 View Controller Hierarchy 글을 번역, 의역한 것이다. Root view controller, container view controller에서의 view controller의 계층을 이해하는데 도움이 된다. View Controller Programming Guide for iOS: The View Controller Hierarchy View Controller Programming Guide for iOS developer.apple.com The View Controller Hierarchy 앱에서는 view controller 간의 관계를 설정해서 각 view contr..