내가 이해할 수 있게 정리한 Swift/CS 지식
- 블로그에 정리한 글과 깃허브에 정리한 내용이 섞여 있습니다.
- 저장프로퍼티(Stored Properties)와 인스턴스
- 지연 저장 프로퍼티(Lazy Stored Property)
- 연산프로퍼티(Computed Properties)
- 프로퍼티 감시자
- Type Casting
- class와 struct의 이니셜라이저(init)
- guard와 guard let문
- 강한참조와 약한참조 + 참조타입, ARC
- deinit이 호출되지 않는 이유
- 타입 메서드 - class func과 static func의 차이