-
[Stanford Lecture] What is iOS ?Stanford iOS Lecture 2020. 4. 13. 22:50
iOS에뭐가 있는지?
4개의 계층 (1번으로 갈수록 하드웨어에 가깝고, 4번으로 갈 수록 사용자에 가깝다)
- Core OS
아이폰은 기본적으로 UNIX기반에서 동작
중요한 전원관리전원 관리,접근을 제어하는 keychain access - Core Services
Unix 위에는 객체지향언어로 작성된 계층이 있음
베이스가 되는 계층 - Media
- Cocoa Touch
Top layer
#Tool - Xcode, Instruments
#Language - Swift
#Frameworks - Foundation, UIKit,...
#Design Strategy - Mvc
'Stanford iOS Lecture' 카테고리의 다른 글
[Stanford Lecture] Method & Property (0) 2020.04.14 [Stanford Lecture] Swift and Foundation- Tuples, Range, Data Structure (0) 2020.04.13 [Stanford Lecture] MVC (0) 2020.04.13 - Core OS