-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<2주차> iOS 앱을 만들고, User Interface를 구성하는 데 필수적인 프레임워크 이름은 무엇인가? #10
Comments
UIKit
|
Cocoa Touch Framework앱의 다양한 기능구현에 필요한 다양한 핵심 프레임워크(UIKit, Foundation, CoreData, CoreAnimation…등)을 포함하는 최상위 레벨 프레임 워크 UIKitiOS의 UI를 담당 |
UIKitiOS 계층 중에서 제일 위층인 Cocoa Touch 계층에 속한 Framework로 iOS 앱 개발 시에 터치 액션, UI요소 등 다양한 요소를 포함하고 있는 Framework이다. 포함사항
|
UIKit그래픽적인 부분에서의 구성과 관리, iOS 또는 tvOS에서 이벤트기반의 유저 인터페이스를 구성하는데 사용합니다 |
Cocoa Touch Framework
UIKit
|
Cocoa Touch
UIKit
Foundation
|
CocoaTouch framework, UIKit모든 UI와 관련한 내용은 UIKit을 임포트하면 사용할 수 있습니다. UIKit에 포함된 내용은 다음과 같습니다.
|
No description provided.
The text was updated successfully, but these errors were encountered: