-
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
<3주차> Foundation Kit은 무엇이고 포함되어 있는 클래스들은 어떤 것이 있는지 설명하시오. #13
Comments
정의Foundation 프레임워크는 데이터 스토리지 및 지속성, 텍스트 처리, 날짜 및 시간 계산, 정렬 및 필터링, 네트워킹을 포함한 애플리케이션과 프레임워크에 대한 기본 기능 계층을 제공한다. Foundation에서 정의한 클래스, 프로토콜, 데이터 유형은 MacOS, iOS, watchOS, tvOS SDK 전반에 걸쳐 사용된다. 포함된 클래스 |
공식문서 정의 및 요약 기본 Number, Data, String: 원시 데이터 타입 사용 애플리케이션 지원 Resources: 애플리케이션의 에셋과 번들 데이터에 접근 지원 파일 및 데이터 관리 File System: 파일 또는 폴더를 생성하고 읽고 쓰는 기능 관리 네트워킹 URL Loading System: 표준 인터넷 프로토콜을 통해 URL과 상호작용하고 서버와 통신하는 작업 |
Foundation데이터 타입과, 콜렉션, 운영체제 서비스를 정의하고 기능적인 기본 베이스를 접근 가능하게 해주는 Kit Fundamentals
App Support
Files and Data Persistence
Networking
Low-Level Utilities
|
Foundation프로그램의 중심을 담당합니다. Foundation 내에 포함된 클래스들은 앞에 기본
애플리케이션 지원
파일 및 데이터 관리
네트워킹
|
Foundation Kit
클래스
|
Foundationhttps://developer.apple.com/documentation/foundation Fundamentals
App Support
Files and Data Persistence
Networking
Low-Level Utilities프로세스 및 스레드, 스트림, 소켓 XPC 등 |
No description provided.
The text was updated successfully, but these errors were encountered: