https://developer.apple.com/documentation/uikit/resource_management
"Manage the images, strings, storyboards, and nib files that you use to implement your app's interface."
앱의 인터페이스 구현을 위해 사용하는 이미지, 스트링, 스토리보드, nib 파일을 관리합니다.
세그가 일어나는 동안 뷰 컨트롤러 사이에 데이터를 전달합니다. 그리고 세그 발생 시 코드 내용으로 제어합니다.
https://developer.apple.com/documentation/uikit/resource_management/customizing_the_behavior_of_segue-based_presentations
https://velog.io/@panther222128/Customizing-the-Behavior-of-Segue-Based-Presentations
다음에 표시할 가장 적합한 뷰 컨트롤러를 동적으로 선택하는 언와인드 세그를 스토리보드 파일에서 설정합니다.
https://developer.apple.com/documentation/uikit/resource_management/dismissing_a_view_controller_with_an_unwind_segue
https://velog.io/@panther222128/Dismissing-a-View-Controller-with-an-Unwind-Segue
인터페이스 빌더 스토리보드 리소스 파일에서 표현되는 디자인 타임 뷰 컨트롤러 그래프의 캡슐화입니다.
https://developer.apple.com/documentation/uikit/uistoryboard
https://velog.io/@panther222128/UIStoryboard
두 뷰 컨트롤러 사이에서 시각적 전환을 준비하고 수행하는 객체입니다.
https://developer.apple.com/documentation/uikit/uistoryboardsegue
https://velog.io/@panther222128/UIStoryboardSegue
언와인드 세그에 대한 정보의 캡슐화입니다.
https://developer.apple.com/documentation/uikit/uistoryboardunwindseguesource
https://velog.io/@panther222128/UIStoryboardUnwindSegueSource
단일 작품 설명을 여러 가지 방식으로 나타내는 이미지 컬렉션에 대한 컨테이너입니다.
https://developer.apple.com/documentation/uikit/uiimageasset
https://velog.io/@panther222128/UIImageAsset-z9ncocnt
에셋 카탈로그에 저장된 데이터 집합 타입으로부터의 객체입니다.
https://developer.apple.com/documentation/uikit/nsdataasset
https://velog.io/@panther222128/NSDataAsset
인터페이스 빌더 nib 파일을 포함하는 객체입니다.
https://developer.apple.com/documentation/uikit/uinib
https://velog.io/@panther222128/UINib
생명주기 이벤트와 앱의 UI 씬을 관리합니다. 그리고 앱이 작동하는 특성과 환경에 대한 정보를 가져옵니다.
https://developer.apple.com/documentation/uikit/app_and_environment
https://velog.io/@panther222128/App-and-Environment-2tu9h2th
앱의 데이터를 조직화하고 해당 데이터를 페이스트보드에 공유합니다.
https://developer.apple.com/documentation/uikit/documents_data_and_pasteboard
https://velog.io/@panther222128/Documents-Data-and-Pasteboard
시스템의 다른 부분으로 앱의 기본적인 기능을 확장시킵니다.
https://developer.apple.com/documentation/uikit/app_extensions
https://velog.io/@panther222128/App-Extensions
사용자에게 활동 기반 서비스를 표시합니다.
https://developer.apple.com/documentation/uikit/interprocess_communication
https://velog.io/@panther222128/Interprocess-Communication
사용자가 맥 기기에서 실행할 수 있는 아이패드 앱 버전을 생성합니다.
https://developer.apple.com/documentation/uikit/mac_catalyst
https://velog.io/@panther222128/Mac-Catalyst