Swift - if/swith/guard
Swift - First Class Citizen
Swift - Operator
for- in/ while 문
iOS Swift - Break/Continue
Optional
Swift - Function
Closure
Swift - Tuple
Enum 타입
Collection(Array, Dictionary, Set)
Structure/ Class
Property( Type, Computed, Stored)
instance method/ subscript..
initializer/deinitializer
Upcasting/Downcasting/Any/as
Protocol 상속
ARC
Generic Function
do -catch / defer/ try
프로퍼티 값의 변화를 관찰하는 것!누군가 프로퍼티에 값을 설정할 때 작동한다.저장 프로퍼티에 추가할 수 있다.두 가지의 옵션이 존재한다.willSet → 값이 저장되기 전에 호출이된다.didSet → 새 값이 저장된 직후에 호출이된다.값이 지정되기 직전에 새로 저장될
상속에대해서 알아보자!
Lazy(지연 저장 프로퍼티)에 대해서 배워보자
Optional Binding 방법 중 하나 nil-coalescing을 배워보자
고차함수에 대해서 알아보자
guard 과 if의 차이점은 뭘까?
콤마와 업퍼센트의 공통점과 차이점에 대해서 알아보자
Access Control(open, public, internal, file private, private)
연산 프로퍼티에대해서 공부해보자!
타입 프러퍼티와 타입 메소드를 공부해봤습니다.
first 문
안전하게 배열을 조회해보자!
옵셔널에대해서 알아보고, 옵셔널 바인딩, 옵셔널 체이닝등에대해서 알아보자!
Generic에대해서 공부해보자
Map 삼형제 배워보자
protocol에대해서 배워보자!