본 레포지토리는 Swift강의를 들으며, 혹은 인터넷을 찾아보면서 기록한 공간입니다!
오타를 발견하거나 틀린내용이 있다면 메일([email protected]) 주시면 반영토록 하겠습니다.
마지막 업데이트 일자: 2024.03.12
Common(Link)
- 프레임워크 vs 라이브러리
- 객체 지향 프로그램
- 코데힙스
- 동시성 프로그래밍의 문제점
iOS(Link)
- 단축키
- import Foundation?
- 상속관계에서 생성자 위임 규칙
- 프로토콜 지향 프로그래밍
- Method Dispatch
- ARC: Automatic Reference Counting
- 강한 참조 사이클
- 생명주기(Life Cycle)
-
연산자(Operator)
-
반복문, 스위치문, guard문(loop, switch, guard)
-
튜플(Tuple)
-
함수(Function)
-
옵셔널(Optional)
-
컬렉션(Collection)
-
열거형(Enumeration)
-
클래스와 구조체(Class and Struct)
-
클래스의 상속과 초기화(Inheritance and Initialization)
-
접근제어(Access Control 1)
-
타입 캐스팅과 확장(Type Casting and Extension)
-
프로토콜(Protocol)
-
중첩 타입(Nested Types)
-
클로저(Closure)
-
고차함수(Higer-order Function)
-
에러 처리(Error Handling)
-
Defer문(Defer)
-
제네릭(Generics)
-
Result 타입(Result Type)
-
접근 제어2(Access Control 2)
-
문자열과 문자(Strings and Characters)
-
고급 연산자(Advanced Operator)